diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:59:03 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:59:03 +0000 |
commit | b25b990078029aa517665ff6187d01f92859cf8b (patch) | |
tree | ba6da4a28aee941ea62681d8c6ff3f5c72f7d9d3 /comms | |
parent | 694152b3b3edb1490baab2b715d505337e3cdb0e (diff) | |
download | ports-b25b990078029aa517665ff6187d01f92859cf8b.tar.gz ports-b25b990078029aa517665ff6187d01f92859cf8b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 4 |
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> |