summaryrefslogtreecommitdiff
path: root/lang/perl5.8/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-10-06 05:17:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-10-06 05:17:48 +0000
commitef3e503aa5d1031d20fa8d89f1192b59b800352a (patch)
treed869ebaa7cc0fcab8f51ac6f6cbb8c97e3a393b6 /lang/perl5.8/Makefile
parentMove the client cache file from /etc to /var/tmp (which survies a reboot). (diff)
Add perl5 as an alias for the binary.
OKed by: Satoshi
Notes
Notes: svn path=/head/; revision=8137
Diffstat (limited to 'lang/perl5.8/Makefile')
-rw-r--r--lang/perl5.8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
index 5ec2d7f68321..d6a9b1fd1bbc 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.19 1997/07/17 17:46:36 markm Exp $
+# $Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp $
#
DISTNAME= perl5.004_01
@@ -64,5 +64,6 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
+ @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
.include <bsd.port.mk>