diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /net/p5-Net-Pcap | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Pcap/pkg-plist | 8 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index 12945613ae86..c843d31e50da 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-Pcap PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-Net-Pcap/pkg-plist b/net/p5-Net-Pcap/pkg-plist index 033a7fca8e52..1f009058f5fd 100644 --- a/net/p5-Net-Pcap/pkg-plist +++ b/net/p5-Net-Pcap/pkg-plist @@ -1,9 +1,5 @@ bin/pcapinfo %%PERL5_MAN3%%/Net::Pcap.3.gz -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Pcap.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/Pcap.so +%%SITE_ARCH%%/Net/Pcap.pm +%%SITE_ARCH%%/auto/Net/Pcap/Pcap.so man/man1/pcapinfo.1.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |