aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.8/Makefile
diff options
context:
space:
mode:
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 fc5ea10f7086..58b4a35ccb3d 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -154,7 +154,7 @@ post-patch:
-e 's|%%MAKE_CONF%%|${__MAKE_CONF}|g;' \
${FILESDIR}/use.perl \
> ${WRKDIR}/use.perl
- ${SED} -e 's|%%PERL%%|${PERL}|g;' \
+ ${SED} -e 's|%%PERL%%|${PERL}|g; s|%%PERL_VERSION%%|${PERL_VERSION}|g; s|%%PKGNAME%%|${PKGNAME}|g' \
${FILESDIR}/perl-after-upgrade \
> ${WRKDIR}/perl-after-upgrade
${CP} ${WRKDIR}/use.perl ${PKGINSTALL}