svn commit: r336327 - head/lang/io

Pietro Cerutti gahr at FreeBSD.org
Fri Dec 13 09:03:58 UTC 2013


Author: gahr
Date: Fri Dec 13 09:03:57 2013
New Revision: 336327
URL: http://svnweb.freebsd.org/changeset/ports/336327

Log:
  - Get rid of unneeded conditionals
  
  Suggested by:	bapt

Modified:
  head/lang/io/Makefile

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Fri Dec 13 08:46:32 2013	(r336326)
+++ head/lang/io/Makefile	Fri Dec 13 09:03:57 2013	(r336327)
@@ -38,13 +38,9 @@ post-patch:
 	${FIND} ${WRKSRC}/addons -name "*.bak" -o -name "*.orig" -delete
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR}  ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} .  ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR}  ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/samples && ${COPYTREE_SHARE} .  ${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list