aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Filter-CBC
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
commit849ee6c94fe3272b7f7db3232a30f6801ef8bfec (patch)
tree35f426fe810706739865778e4d89e485ae175a34 /security/p5-Filter-CBC
parentd7964bc2699613e5b855a60b33978c6926fed4ac (diff)
downloadports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.tar.gz
ports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360671
Diffstat (limited to 'security/p5-Filter-CBC')
-rw-r--r--security/p5-Filter-CBC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile
index f39c34e7fc89..2aa16ad444c2 100644
--- a/security/p5-Filter-CBC/Makefile
+++ b/security/p5-Filter-CBC/Makefile
@@ -19,11 +19,11 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
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/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>