diff options
author | bapt <bapt@FreeBSD.org> | 2011-12-22 04:36:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-12-22 04:36:38 +0800 |
commit | f5e62a44472df53d636af49e54f920d3a212b159 (patch) | |
tree | d51c9244dd70de1b3651822cc33fd6d3d69af11e /math | |
parent | 1bdf44460858a0bc463472da29a10eba6c04c113 (diff) | |
download | freebsd-ports-gnome-f5e62a44472df53d636af49e54f920d3a212b159.tar.gz freebsd-ports-gnome-f5e62a44472df53d636af49e54f920d3a212b159.tar.zst freebsd-ports-gnome-f5e62a44472df53d636af49e54f920d3a212b159.zip |
Fix plist, bump portrevision, plist has changed
Revealed by: pkgng exp-run
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Geo-Distance/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 619d5cd4e506..07224eaf2fdc 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Distance PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= math perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Geo-Distance/pkg-plist b/math/p5-Geo-Distance/pkg-plist index dd3d535e0cb6..970e17a0362d 100644 --- a/math/p5-Geo-Distance/pkg-plist +++ b/math/p5-Geo-Distance/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/.packlist %%SITE_PERL%%/Geo/Distance.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance -@dirrmtry %%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo -@dirrmtry %%%SITE_PERL%%/Geo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo |