diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:28:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:28:11 +0000 |
commit | 30d39141375fb8b877da76cdeba10cac94f0c950 (patch) | |
tree | 2de93eada8cff9afa79ef4b87133484add6ee805 /irc/p5-AnyEvent-IRC | |
parent | 38ee18d55a5a5d90ac5054da86392a4472fdc637 (diff) |
Notes
Diffstat (limited to 'irc/p5-AnyEvent-IRC')
-rw-r--r-- | irc/p5-AnyEvent-IRC/Makefile | 6 | ||||
-rw-r--r-- | irc/p5-AnyEvent-IRC/pkg-plist | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/irc/p5-AnyEvent-IRC/Makefile b/irc/p5-AnyEvent-IRC/Makefile index cc2fa620b80d..6ada7836a4e5 100644 --- a/irc/p5-AnyEvent-IRC/Makefile +++ b/irc/p5-AnyEvent-IRC/Makefile @@ -17,10 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= AnyEvent::IRC::Client.3 \ - AnyEvent::IRC::Connection.3 \ - AnyEvent::IRC.3 \ - AnyEvent::IRC::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/irc/p5-AnyEvent-IRC/pkg-plist b/irc/p5-AnyEvent-IRC/pkg-plist index 13a765f2d88b..d50ae7698fb8 100644 --- a/irc/p5-AnyEvent-IRC/pkg-plist +++ b/irc/p5-AnyEvent-IRC/pkg-plist @@ -1,3 +1,7 @@ +%%PERL5_MAN3%%/AnyEvent::IRC.3.gz +%%PERL5_MAN3%%/AnyEvent::IRC::Client.3.gz +%%PERL5_MAN3%%/AnyEvent::IRC::Connection.3.gz +%%PERL5_MAN3%%/AnyEvent::IRC::Util.3.gz %%SITE_PERL%%/AnyEvent/IRC.pm %%SITE_PERL%%/AnyEvent/IRC/Client.pm %%SITE_PERL%%/AnyEvent/IRC/Connection.pm @@ -5,5 +9,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/IRC/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent -@dirrm %%SITE_PERL%%/AnyEvent/IRC +@dirrmtry %%SITE_PERL%%/AnyEvent/IRC @dirrmtry %%SITE_PERL%%/AnyEvent |