diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /irc/p5-POE-Component-IRC-Plugin-QueryDNS | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-QueryDNS')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile | 2 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index a84c5ec0c831..0e8791e6a799 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -20,6 +20,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist index f484756843e5..109f2f194ffe 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist @@ -1,3 +1,3 @@ %%SITE_PERL%%/POE/Component/IRC/Plugin/QueryDNS.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PERL5_MAN3%%/POE::Component::IRC::Plugin::QueryDNS.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl |