svn commit: r360489 - head/comms/p5-Device-Modem

Adam Weinberger adamw at FreeBSD.org
Thu Jul 3 23:59:03 UTC 2014


Author: adamw
Date: Thu Jul  3 23:59:03 2014
New Revision: 360489
URL: http://svnweb.freebsd.org/changeset/ports/360489
QAT: https://qat.redports.org/buildarchive/r360489/

Log:
  Remove NOPORTEXAMPLES.

Modified:
  head/comms/p5-Device-Modem/Makefile

Modified: head/comms/p5-Device-Modem/Makefile
==============================================================================
--- head/comms/p5-Device-Modem/Makefile	Thu Jul  3 23:58:28 2014	(r360488)
+++ head/comms/p5-Device-Modem/Makefile	Thu Jul  3 23:59:03 2014	(r360489)
@@ -19,11 +19,11 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+OPTIONS_DEFINE=	EXAMPLES
+
 post-install:
-.ifndef(NOPORTEXAMPLES)
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list