aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 07:59:03 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 07:59:03 +0800
commitf398cf6dbea35b51e77e05e38de30595e13ed48b (patch)
treeba6da4a28aee941ea62681d8c6ff3f5c72f7d9d3 /comms
parent529080471a437571c7e6d593252fe6417582485b (diff)
downloadfreebsd-ports-gnome-f398cf6dbea35b51e77e05e38de30595e13ed48b.tar.gz
freebsd-ports-gnome-f398cf6dbea35b51e77e05e38de30595e13ed48b.tar.zst
freebsd-ports-gnome-f398cf6dbea35b51e77e05e38de30595e13ed48b.zip
Remove NOPORTEXAMPLES.
Diffstat (limited to 'comms')
-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>