aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.18
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-23 20:15:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-23 20:15:20 +0000
commitcadaca380daaca941e717ddd074c0036cc8c6d56 (patch)
tree732e70f9e8e5d226fe491f63acc0e6c9ad4a9253 /lang/perl5.18
parent3c6a808b329ea14c7133d84eb41e37606e69250c (diff)
downloadports-cadaca380daaca941e717ddd074c0036cc8c6d56.tar.gz
ports-cadaca380daaca941e717ddd074c0036cc8c6d56.zip
Fixup BSDPAN.
Reported by: olli hauer
Notes
Notes: svn path=/head/; revision=331420
Diffstat (limited to 'lang/perl5.18')
-rw-r--r--lang/perl5.18/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile
index 9523cbc68841..b84034a5f48b 100644
--- a/lang/perl5.18/Makefile
+++ b/lang/perl5.18/Makefile
@@ -3,7 +3,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang devel perl5
MASTER_SITES= CPAN \
${MASTER_SITE_LOCAL:S/$/:local/} \
@@ -165,7 +165,7 @@ post-patch:
> ${WRKDIR}/perl-man.conf
${CP} ${WRKDIR}/use.perl ${PKGINSTALL}
${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL}
- ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|%{PERL_VER}|g;' \
+ ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|${PERL_VER}|g;' \
-e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \
${BSDPAN_WRKSRC}/ExtUtils/*.pm
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \