diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-POE-Component-Server-Twirc | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz ports-3246ebc3ca130704875cc0faca419ea671588641.zip |
Notes
Diffstat (limited to 'net/p5-POE-Component-Server-Twirc')
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/Makefile | 8 | ||||
-rw-r--r-- | net/p5-POE-Component-Server-Twirc/pkg-plist | 18 |
2 files changed, 12 insertions, 14 deletions
diff --git a/net/p5-POE-Component-Server-Twirc/Makefile b/net/p5-POE-Component-Server-Twirc/Makefile index c94fcaba7caa..efdbd08f23d7 100644 --- a/net/p5-POE-Component-Server-Twirc/Makefile +++ b/net/p5-POE-Component-Server-Twirc/Makefile @@ -35,14 +35,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= App::Twirc.3 \ - App::Twirc::Manual.3 \ - App::Twirc::Plugin::SquashWhiteSpace.3 \ - App::Twirc::Plugin::BangCommands.3 \ - App::Twirc::Plugin::SecondaryAccount.3 \ - POE::Component::Server::Twirc.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e '/auto_install/d' ${WRKSRC}/Makefile.PL diff --git a/net/p5-POE-Component-Server-Twirc/pkg-plist b/net/p5-POE-Component-Server-Twirc/pkg-plist index 957e1b3c53b5..7320c7dc7600 100644 --- a/net/p5-POE-Component-Server-Twirc/pkg-plist +++ b/net/p5-POE-Component-Server-Twirc/pkg-plist @@ -1,21 +1,27 @@ bin/twirc +%%PERL5_MAN3%%/App::Twirc.3.gz +%%PERL5_MAN3%%/App::Twirc::Manual.3.gz +%%PERL5_MAN3%%/App::Twirc::Plugin::BangCommands.3.gz +%%PERL5_MAN3%%/App::Twirc::Plugin::SecondaryAccount.3.gz +%%PERL5_MAN3%%/App::Twirc::Plugin::SquashWhiteSpace.3.gz +%%PERL5_MAN3%%/POE::Component::Server::Twirc.3.gz +%%SITE_PERL%%/App/Twirc.pm %%SITE_PERL%%/App/Twirc/Manual.pod %%SITE_PERL%%/App/Twirc/Plugin/BangCommands.pm %%SITE_PERL%%/App/Twirc/Plugin/SecondaryAccount.pm %%SITE_PERL%%/App/Twirc/Plugin/SquashWhiteSpace.pm -%%SITE_PERL%%/App/Twirc.pm -%%SITE_PERL%%/POE/Component/Server/Twirc/State.pm -%%SITE_PERL%%/POE/Component/Server/Twirc/LogAppender.pm %%SITE_PERL%%/POE/Component/Server/Twirc.pm +%%SITE_PERL%%/POE/Component/Server/Twirc/LogAppender.pm +%%SITE_PERL%%/POE/Component/Server/Twirc/State.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/Twirc/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/Twirc @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -@dirrmtry %%SITE_PERL%%/App/Twirc/Plugin -@dirrmtry %%SITE_PERL%%/App/Twirc -@dirrmtry %%SITE_PERL%%/App @dirrmtry %%SITE_PERL%%/POE/Component/Server/Twirc @dirrmtry %%SITE_PERL%%/POE/Component/Server @dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/POE +@dirrmtry %%SITE_PERL%%/App/Twirc/Plugin +@dirrmtry %%SITE_PERL%%/App/Twirc +@dirrmtry %%SITE_PERL%%/App |