diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 08:11:40 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 08:11:40 +0800 |
commit | ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95 (patch) | |
tree | 30d5f1ae1e55ce564d037a65b0932481c309eba0 /irc/p5-POE-Session-Irssi | |
parent | 8c1f5c8be901fc3a33720a12ff6eb036b5908767 (diff) | |
download | freebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.tar.gz freebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.tar.zst freebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'irc/p5-POE-Session-Irssi')
-rw-r--r-- | irc/p5-POE-Session-Irssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile index d11a289fb5aa..c213fb34434b 100644 --- a/irc/p5-POE-Session-Irssi/Makefile +++ b/irc/p5-POE-Session-Irssi/Makefile @@ -27,11 +27,11 @@ CONFIGURE_ARGS+= INSTALLDIRS=site USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + post-install: -.ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} -.endif .include <bsd.port.mk> |