diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
commit | 395edba19f0ee869087724df96d02e947ef3495b (patch) | |
tree | 1a192048bfa384103553d4c90e96fd26f67ee919 /irc/p5-Parse-IRC | |
parent | 718ed74f6e231ad74053f8533db1e5acf6b2dc2e (diff) | |
download | freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.gz freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.zst freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.zip |
- Stage support
Diffstat (limited to 'irc/p5-Parse-IRC')
-rw-r--r-- | irc/p5-Parse-IRC/Makefile | 3 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/irc/p5-Parse-IRC/Makefile b/irc/p5-Parse-IRC/Makefile index 2293d63d758e..fad51e96b3d9 100644 --- a/irc/p5-Parse-IRC/Makefile +++ b/irc/p5-Parse-IRC/Makefile @@ -16,9 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Parse::IRC.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501600 diff --git a/irc/p5-Parse-IRC/pkg-plist b/irc/p5-Parse-IRC/pkg-plist index c30ddb6f5d5d..59a1e13377b7 100644 --- a/irc/p5-Parse-IRC/pkg-plist +++ b/irc/p5-Parse-IRC/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Parse/IRC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/IRC/.packlist +%%PERL5_MAN3%%/Parse::IRC.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse @dirrmtry %%SITE_PERL%%/Parse |