diff options
author | lth <lth@FreeBSD.org> | 2004-07-12 21:38:55 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-07-12 21:38:55 +0800 |
commit | 11527e0062804a9b9c9eb7c101c2c52c494b4726 (patch) | |
tree | d8b9b2570c018efbdf1ec856ea72745ea072dfb7 /math | |
parent | c24e46b75f54cb34d7ae3f03a5f577cfdd7659a4 (diff) | |
download | freebsd-ports-gnome-11527e0062804a9b9c9eb7c101c2c52c494b4726.tar.gz freebsd-ports-gnome-11527e0062804a9b9c9eb7c101c2c52c494b4726.tar.zst freebsd-ports-gnome-11527e0062804a9b9c9eb7c101c2c52c494b4726.zip |
- Unbreak package building.
- Bump PORTREVISION
Noticed by: kris
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Geo-Distance/pkg-plist | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 6d0e7b397db2..e79c2505c5f3 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Distance PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Geo diff --git a/math/p5-Geo-Distance/pkg-plist b/math/p5-Geo-Distance/pkg-plist index 0863d93fb9c7..facc791ff356 100644 --- a/math/p5-Geo-Distance/pkg-plist +++ b/math/p5-Geo-Distance/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/mach/auto/Geo/Distance/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/.packlist %%SITE_PERL%%/Geo/Distance.pm -@dirrm %%SITE_PERL%%/mach/auto/Geo/Distance -@unexec rmdir %D/%%%SITE_PERL%%/mach/auto/Geo 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance +@unexec rmdir %D/%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true @unexec rmdir %D/%%%SITE_PERL%%/Geo 2>/dev/null || true |