Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 23:59:03 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360489 - head/comms/p5-Device-Modem
Message-ID:  <201407032359.s63Nx3j2065885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407032359.s63Nx3j2065885>