svn commit: r343968 - head/audio/openspc

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


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

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

Modified:
  head/audio/openspc/Makefile

Modified: head/audio/openspc/Makefile
==============================================================================
--- head/audio/openspc/Makefile	Wed Feb 12 19:23:26 2014	(r343967)
+++ head/audio/openspc/Makefile	Wed Feb 12 19:23:30 2014	(r343968)
@@ -25,10 +25,8 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list