svn commit: r343965 - head/audio/malint

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


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

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

Modified:
  head/audio/malint/Makefile

Modified: head/audio/malint/Makefile
==============================================================================
--- head/audio/malint/Makefile	Wed Feb 12 19:23:14 2014	(r343964)
+++ head/audio/malint/Makefile	Wed Feb 12 19:23:18 2014	(r343965)
@@ -22,10 +22,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-all mailing list