mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
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).
This commit is contained in:
parent
acd9a301ec
commit
7c381b21ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98023
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user