summaryrefslogtreecommitdiffstats
path: root/usr.bin/perl
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-07 18:55:42 +0000
committerobrien <obrien@FreeBSD.org>2002-06-07 18:55:42 +0000
commit10c9ec1d2f8eaf79f7cc6bf59e6151972f9776a6 (patch)
treef3cc06ff30c0fed82d66e6e8e14824a85d9b1275 /usr.bin/perl
parentee9168748e8616241d84a07aa901b39d69994d41 (diff)
downloadFreeBSD-src-10c9ec1d2f8eaf79f7cc6bf59e6151972f9776a6.zip
FreeBSD-src-10c9ec1d2f8eaf79f7cc6bf59e6151972f9776a6.tar.gz
Install a "perl5.6.1" wrapper. I think this is going too far as now
/usr/src has to carefully watch the Perl port to keep this in sync. But this is the only way I am allowed to fix the mozzila build (and other USE_PERL5 ports).
Diffstat (limited to 'usr.bin/perl')
-rw-r--r--usr.bin/perl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/perl/Makefile b/usr.bin/perl/Makefile
index 0c03778..0eaf69c 100644
--- a/usr.bin/perl/Makefile
+++ b/usr.bin/perl/Makefile
@@ -4,6 +4,7 @@ PROG= perl
NOMAN=
WARNS?= 6
LINKS= ${BINDIR}/perl ${BINDIR}/perl5 \
+ ${BINDIR}/perl ${BINDIR}/perl5.6.1 \
${BINDIR}/perl ${BINDIR}/suidperl
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud