aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-Modem
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:59:03 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:59:03 +0000
commitb25b990078029aa517665ff6187d01f92859cf8b (patch)
treeba6da4a28aee941ea62681d8c6ff3f5c72f7d9d3 /comms/p5-Device-Modem
parent694152b3b3edb1490baab2b715d505337e3cdb0e (diff)
downloadports-b25b990078029aa517665ff6187d01f92859cf8b.tar.gz
ports-b25b990078029aa517665ff6187d01f92859cf8b.zip
Remove NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360489
Diffstat (limited to 'comms/p5-Device-Modem')
-rw-r--r--comms/p5-Device-Modem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile
index 902163d24ed2..70eb5180ad9f 100644
--- a/comms/p5-Device-Modem/Makefile
+++ b/comms/p5-Device-Modem/Makefile
@@ -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>