diff options
author | leeym <leeym@FreeBSD.org> | 2002-08-17 08:23:28 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-08-17 08:23:28 +0800 |
commit | 8dba377441804ae2ba5f93e5238ebd6e74e75839 (patch) | |
tree | c74fe0b00923f6440d6b2a4729ef085df89d10ab /net/p5-Geo-IP | |
parent | c2140f9af6f65736196ab652b233cbf045b8c3db (diff) | |
download | freebsd-ports-gnome-8dba377441804ae2ba5f93e5238ebd6e74e75839.tar.gz freebsd-ports-gnome-8dba377441804ae2ba5f93e5238ebd6e74e75839.tar.zst freebsd-ports-gnome-8dba377441804ae2ba5f93e5238ebd6e74e75839.zip |
remove perllocal.pod from pkg-plist
bump PORTREVISION
PR: ports/41715
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Geo-IP/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index a4cab041a3ad..b43227049db7 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-IP PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://maxmind.com/download/geoip/api/perl/ PKGNAMEPREFIX= p5- diff --git a/net/p5-Geo-IP/pkg-plist b/net/p5-Geo-IP/pkg-plist index 2e669d5a5b33..118e68534dd6 100644 --- a/net/p5-Geo-IP/pkg-plist +++ b/net/p5-Geo-IP/pkg-plist @@ -3,7 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/Mirror.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.so -lib/perllocal.pod @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo |