diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:41:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:41:06 +0000 |
commit | f4d76a2c7c5af3e15079b84c1eda78c8c4d17bc1 (patch) | |
tree | 5a92d346dc7581ffb666eed46d8ac36da22764bd /irc/p5-POE-Component-IRC-Plugin-CoreList | |
parent | 51348d7f89b990dda37fad1b410201763f10e5b0 (diff) | |
download | ports-f4d76a2c7c5af3e15079b84c1eda78c8c4d17bc1.tar.gz ports-f4d76a2c7c5af3e15079b84c1eda78c8c4d17bc1.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-CoreList')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile index 8ae204a1e7f4..d9929404c45d 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -19,13 +19,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure -MAN3= POE::Component::IRC::Plugin::CoreList.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-CoreList/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist index a28efe0ef5a7..baa87699c7e7 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList/.packlist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PERL5_MAN3%%/POE::Component::IRC::Plugin::CoreList.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC |