svn commit: r343970 - head/audio/uade

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:23:39 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:23:39 2014
New Revision: 343970
URL: http://svnweb.freebsd.org/changeset/ports/343970
QAT: https://qat.redports.org/buildarchive/r343970/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/audio/uade/Makefile

Modified: head/audio/uade/Makefile
==============================================================================
--- head/audio/uade/Makefile	Wed Feb 12 19:23:34 2014	(r343969)
+++ head/audio/uade/Makefile	Wed Feb 12 19:23:39 2014	(r343970)
@@ -70,11 +70,9 @@ post-patch:
 		${WRKSRC}/configure
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list