svn commit: r343980 - head/misc/countrycodes

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


Author: ehaupt
Date: Wed Feb 12 19:24:22 2014
New Revision: 343980
URL: http://svnweb.freebsd.org/changeset/ports/343980
QAT: https://qat.redports.org/buildarchive/r343980/

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

Modified:
  head/misc/countrycodes/Makefile

Modified: head/misc/countrycodes/Makefile
==============================================================================
--- head/misc/countrycodes/Makefile	Wed Feb 12 19:24:17 2014	(r343979)
+++ head/misc/countrycodes/Makefile	Wed Feb 12 19:24:22 2014	(r343980)
@@ -25,9 +25,7 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list