diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 10:41:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 10:41:06 +0800 |
commit | 3694744e80267556fd9be514b7f8105e13c02bb9 (patch) | |
tree | 5a92d346dc7581ffb666eed46d8ac36da22764bd /irc | |
parent | 58b37385ea5020e56ea07c38abd2b73ce164e7af (diff) | |
download | freebsd-ports-gnome-3694744e80267556fd9be514b7f8105e13c02bb9.tar.gz freebsd-ports-gnome-3694744e80267556fd9be514b7f8105e13c02bb9.tar.zst freebsd-ports-gnome-3694744e80267556fd9be514b7f8105e13c02bb9.zip |
- Stage support
Diffstat (limited to 'irc')
-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 |