diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-25 07:14:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-25 07:14:40 +0800 |
commit | 47827a57d67c01fcb5fd34d720708634a82fcd9b (patch) | |
tree | c5fa0eb6e41e968ddba464a61c08dcfdbe34e024 /net-mgmt | |
parent | acc56089eff997d73179a76328ca67934f9e14e8 (diff) | |
download | freebsd-ports-gnome-47827a57d67c01fcb5fd34d720708634a82fcd9b.tar.gz freebsd-ports-gnome-47827a57d67c01fcb5fd34d720708634a82fcd9b.tar.zst freebsd-ports-gnome-47827a57d67c01fcb5fd34d720708634a82fcd9b.zip |
- Stage support
- Remove non existent directories from plist
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-IPAddress/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-IPAddress/pkg-plist | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/p5-Net-IPAddress/Makefile b/net-mgmt/p5-Net-IPAddress/Makefile index fe47d85d36b4..86d36d042265 100644 --- a/net-mgmt/p5-Net-IPAddress/Makefile +++ b/net-mgmt/p5-Net-IPAddress/Makefile @@ -14,7 +14,4 @@ COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's USES= perl5 USE_PERL5= configure -MAN3= Net::IPAddress.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IPAddress/pkg-plist b/net-mgmt/p5-Net-IPAddress/pkg-plist index 33c60e17e265..883e771633fb 100644 --- a/net-mgmt/p5-Net-IPAddress/pkg-plist +++ b/net-mgmt/p5-Net-IPAddress/pkg-plist @@ -1,7 +1,6 @@ %%SITE_PERL%%/Net/IPAddress.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPAddress/.packlist +%%PERL5_MAN3%%/Net::IPAddress.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPAddress -@dirrm %%SITE_PERL%%/auto/Net/IPAddress @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/auto/Net @dirrmtry %%SITE_PERL%%/Net |