diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-06 00:42:55 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-06 00:42:55 +0800 |
commit | 4a7909d4bdb2af927c27066f1de6c34430429333 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-Whois-Raw | |
parent | b0afccb9f000202709e9208e863bc5ae96346c42 (diff) | |
download | freebsd-ports-gnome-4a7909d4bdb2af927c27066f1de6c34430429333.tar.gz freebsd-ports-gnome-4a7909d4bdb2af927c27066f1de6c34430429333.tar.zst freebsd-ports-gnome-4a7909d4bdb2af927c27066f1de6c34430429333.zip |
Support STAGEDIR.
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 |