aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.8/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-12-22 23:21:00 +0800
committertobez <tobez@FreeBSD.org>2005-12-22 23:21:00 +0800
commit27281fa527d08eabca4cd87ce43f6d445e0ed76d (patch)
treeccfcb8d023854d0db390c1c6e39dfb75e70185fb /lang/perl5.8/Makefile
parent6a7d879ed87ec124e7967a18ebd71b0acf5ce138 (diff)
downloadfreebsd-ports-gnome-27281fa527d08eabca4cd87ce43f6d445e0ed76d.tar.gz
freebsd-ports-gnome-27281fa527d08eabca4cd87ce43f6d445e0ed76d.tar.zst
freebsd-ports-gnome-27281fa527d08eabca4cd87ce43f6d445e0ed76d.zip
Move path to BSDPAN ahead of the path to site_perl. This makes BSDPAN
work when devel/p5-ExtUtils/MakeMaker is installed. This, again, is a minor change, which does not require re-installation of the dependant packages. Reported by: lth
Diffstat (limited to 'lang/perl5.8/Makefile')
-rw-r--r--lang/perl5.8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
index fd4f8e20b6dd..3a0396bd78ae 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VER}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
${MASTER_SITE_LOCAL:S/$/:local/} \