aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC-Object
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:11:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:11:40 +0000
commit403890a6887ad5fd77114330dc4119158d21d0a4 (patch)
tree30d5f1ae1e55ce564d037a65b0932481c309eba0 /irc/p5-POE-Component-IRC-Object
parentde494a80910bba9be314cb2d32f0c7e07de7b33f (diff)
downloadports-403890a6887ad5fd77114330dc4119158d21d0a4.tar.gz
ports-403890a6887ad5fd77114330dc4119158d21d0a4.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360492
Diffstat (limited to 'irc/p5-POE-Component-IRC-Object')
-rw-r--r--irc/p5-POE-Component-IRC-Object/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile
index f49235e87894..2775cced589f 100644
--- a/irc/p5-POE-Component-IRC-Object/Makefile
+++ b/irc/p5-POE-Component-IRC-Object/Makefile
@@ -18,11 +18,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= EXAMPLES
+
post-install:
-.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>