From 7c381b21ad2ce77b14593bb0949be3bd2a2ac925 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 7 Jun 2002 18:55:42 +0000 Subject: [PATCH] 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). --- usr.bin/perl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/perl/Makefile b/usr.bin/perl/Makefile index 0c037784bfdd..0eaf69c1d7c3 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