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-Net-Whois-Raw | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Whois-Raw')
-rw-r--r-- | net/p5-Net-Whois-Raw/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Whois-Raw/pkg-plist | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile index 8c35818fb0fd..dcff5cd0112a 100644 --- a/net/p5-Net-Whois-Raw/Makefile +++ b/net/p5-Net-Whois-Raw/Makefile @@ -24,8 +24,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= pwhois.1 -MAN3= Net::Whois::Raw.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Whois-Raw/pkg-plist b/net/p5-Net-Whois-Raw/pkg-plist index aa95c0c9b2a0..71cc3c760551 100644 --- a/net/p5-Net-Whois-Raw/pkg-plist +++ b/net/p5-Net-Whois-Raw/pkg-plist @@ -1,11 +1,13 @@ bin/pwhois +%%PERL5_MAN3%%/Net::Whois::Raw.3.gz %%SITE_PERL%%/Net/Whois/Raw.pm %%SITE_PERL%%/Net/Whois/Raw/Common.pm %%SITE_PERL%%/Net/Whois/Raw/Data.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/Raw/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/Raw +man/man1/pwhois.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/Raw @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Whois/Raw +@dirrmtry %%SITE_PERL%%/Net/Whois/Raw @dirrmtry %%SITE_PERL%%/Net/Whois @dirrmtry %%SITE_PERL%%/Net |