diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:43:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:43:00 +0000 |
commit | 4db2650df0c87eff7efc57410928df3bb720ec72 (patch) | |
tree | 7d908fdca798ac4142eda3aaede0f60aac15177c /irc | |
parent | 87708195370a0a9af1c4137f461b6fbd82b4a6f8 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index 8bd1301399b9..5a5adcf93086 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -19,13 +19,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure -MAN3= POE::Component::IRC::Plugin::QueryDNS.3 - -NO_STAGE= yes post-install: -.ifndef(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist index ffd32ac3ca56..d67cbf8db6ff 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNS/.packlist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PERL5_MAN3%%/POE::Component::IRC::Plugin::QueryDNS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC |