Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on

my system).  So install a "perl5" wrapper too.
This commit is contained in:
David E. O'Brien 2002-06-05 15:32:26 +00:00
parent c883a66af1
commit 6332b52c26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97870

View file

@ -3,5 +3,6 @@
PROG= perl
NOMAN=
WARNS?= 6
LINKS= ${BINDIR}/perl ${BINDIR}/perl5
.include <bsd.prog.mk>