diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 21:22:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 21:22:17 +0800 |
commit | 935ca1b25bbf5c3d55d70c4a4c6ff271561338d7 (patch) | |
tree | 3fb8b6d02857667c00016ce545f731d6863110a6 | |
parent | 313f30d0219090e5bbc8d5688d66a8b28dd33052 (diff) | |
download | freebsd-ports-gnome-935ca1b25bbf5c3d55d70c4a4c6ff271561338d7.tar.gz freebsd-ports-gnome-935ca1b25bbf5c3d55d70c4a4c6ff271561338d7.tar.zst freebsd-ports-gnome-935ca1b25bbf5c3d55d70c4a4c6ff271561338d7.zip |
Support staging.
-rw-r--r-- | net/p5-IP-Country/Makefile | 9 | ||||
-rw-r--r-- | net/p5-IP-Country/pkg-plist | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index 8938d5a91ca3..99db1b61c8ae 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -16,13 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= ip2cc.1 -MAN3= IP::Authority.3 \ - IP::Country::Fast.3 \ - IP::Country::MaxMind.3 \ - IP::Country::Medium.3 \ - IP::Country::Slow.3 \ - IP::Country.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-IP-Country/pkg-plist b/net/p5-IP-Country/pkg-plist index 620a1fe3e78c..9b64500c94c1 100644 --- a/net/p5-IP-Country/pkg-plist +++ b/net/p5-IP-Country/pkg-plist @@ -1,4 +1,11 @@ bin/ip2cc +man/man1/ip2cc.1.gz +%%PERL5_MAN3%%/IP::Authority.3.gz +%%PERL5_MAN3%%/IP::Country.3.gz +%%PERL5_MAN3%%/IP::Country::Fast.3.gz +%%PERL5_MAN3%%/IP::Country::MaxMind.3.gz +%%PERL5_MAN3%%/IP::Country::Medium.3.gz +%%PERL5_MAN3%%/IP::Country::Slow.3.gz %%SITE_PERL%%/IP/Authority.pm %%SITE_PERL%%/IP/Authority/auth.gif %%SITE_PERL%%/IP/Authority/ipauth.gif |