svn commit: r358477 - head/shells/p5-Term-ShellUI

Adam Weinberger adamw at FreeBSD.org
Thu Jun 19 23:57:32 UTC 2014


Author: adamw
Date: Thu Jun 19 23:57:32 2014
New Revision: 358477
URL: http://svnweb.freebsd.org/changeset/ports/358477
QAT: https://qat.redports.org/buildarchive/r358477/

Log:
  NOPORTEXAMPLES :(

Modified:
  head/shells/p5-Term-ShellUI/Makefile

Modified: head/shells/p5-Term-ShellUI/Makefile
==============================================================================
--- head/shells/p5-Term-ShellUI/Makefile	Thu Jun 19 23:55:15 2014	(r358476)
+++ head/shells/p5-Term-ShellUI/Makefile	Thu Jun 19 23:57:32 2014	(r358477)
@@ -17,12 +17,11 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+OPTIONS_DEFINE=	EXAMPLES
+
 post-install:
-.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	(cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
 		fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR})
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list