diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-05 15:32:26 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-05 15:32:26 +0000 |
commit | 9a2766b7f3a8ac5433023ac9970b8e1e544e68df (patch) | |
tree | 78ed227ff3a20e30b748954ea050e90516f75e89 /usr.bin | |
parent | 0e1082fc00f729d1ca6672ee641e58374da4d98e (diff) | |
download | FreeBSD-src-9a2766b7f3a8ac5433023ac9970b8e1e544e68df.zip FreeBSD-src-9a2766b7f3a8ac5433023ac9970b8e1e544e68df.tar.gz |
Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on
my system). So install a "perl5" wrapper too.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/perl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/perl/Makefile b/usr.bin/perl/Makefile index c5f0426..fea5979 100644 --- a/usr.bin/perl/Makefile +++ b/usr.bin/perl/Makefile @@ -3,5 +3,6 @@ PROG= perl NOMAN= WARNS?= 6 +LINKS= ${BINDIR}/perl ${BINDIR}/perl5 .include <bsd.prog.mk> |