diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:44:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:44:49 +0800 |
commit | 09ae3756e1beb0876296f62b02c29e5ac1979b00 (patch) | |
tree | b37365157bfbacbac5f6c33401e3be62dc2a1ec2 /misc/p5-Geo-Coder-Google | |
parent | 6db8c2563b3a3406296b6d46c35913e14240553c (diff) | |
download | freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.tar.gz freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.tar.zst freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.zip |
- Support STAGEDIR
Diffstat (limited to 'misc/p5-Geo-Coder-Google')
-rw-r--r-- | misc/p5-Geo-Coder-Google/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Google/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/misc/p5-Geo-Coder-Google/Makefile b/misc/p5-Geo-Coder-Google/Makefile index c3c2cfa1c1d0..8c1eb54cc264 100644 --- a/misc/p5-Geo-Coder-Google/Makefile +++ b/misc/p5-Geo-Coder-Google/Makefile @@ -25,9 +25,4 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta USE_PERL5= configure USES= perl5 -MAN3= Geo::Coder::Google.3 \ - Geo::Coder::Google::V2.3 \ - Geo::Coder::Google::V3.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Google/pkg-plist b/misc/p5-Geo-Coder-Google/pkg-plist index 34773f8645a1..f64cfbe55eb9 100644 --- a/misc/p5-Geo-Coder-Google/pkg-plist +++ b/misc/p5-Geo-Coder-Google/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/Geo/Coder/Google/V2.pm %%SITE_PERL%%/Geo/Coder/Google/V3.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google/.packlist +%%PERL5_MAN3%%/Geo::Coder::Google.3.gz +%%PERL5_MAN3%%/Geo::Coder::Google::V2.3.gz +%%PERL5_MAN3%%/Geo::Coder::Google::V3.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo |