diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 18:49:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 18:49:29 +0800 |
commit | 19d925ff96d64992b7259d48aef905f6ad6736bb (patch) | |
tree | c435ad1c1186773e1a5c13292f2c356f91b7f544 | |
parent | 17e67c31b56fd264dc25dfb21fd458a9c7760953 (diff) | |
download | freebsd-ports-graphics-19d925ff96d64992b7259d48aef905f6ad6736bb.tar.gz freebsd-ports-graphics-19d925ff96d64992b7259d48aef905f6ad6736bb.tar.zst freebsd-ports-graphics-19d925ff96d64992b7259d48aef905f6ad6736bb.zip |
Support staging.
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Component-Server-IRC/pkg-plist | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index 41fb775f8d5..7e757290cfd 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -30,13 +30,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= pmkpasswd.1 -MAN3= POE::Component::Server::IRC.3 \ - POE::Component::Server::IRC::Common.3 \ - POE::Component::Server::IRC::Plugin.3 \ - POE::Component::Server::IRC::Plugin::Auth.3 \ - POE::Component::Server::IRC::Plugin::OperServ.3 \ - POE::Component::Server::IRC::Backend.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/irc/p5-POE-Component-Server-IRC/pkg-plist b/irc/p5-POE-Component-Server-IRC/pkg-plist index 4bb21b25c47..8a0018796a3 100644 --- a/irc/p5-POE-Component-Server-IRC/pkg-plist +++ b/irc/p5-POE-Component-Server-IRC/pkg-plist @@ -1,4 +1,5 @@ bin/pmkpasswd +man/man1/pmkpasswd.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist %%SITE_PERL%%/POE/Component/Server/IRC.pm %%SITE_PERL%%/POE/Component/Server/IRC/Common.pm @@ -6,6 +7,12 @@ bin/pmkpasswd %%SITE_PERL%%/POE/Component/Server/IRC/Plugin/Auth.pm %%SITE_PERL%%/POE/Component/Server/IRC/Plugin/OperServ.pm %%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm +%%PERL5_MAN3%%/POE::Component::Server::IRC.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Backend.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Common.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::Auth.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::OperServ.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component |