summaryrefslogtreecommitdiff
path: root/lang/perl5.12
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.12
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.12')
-rw-r--r--lang/perl5.12/Makefile3
-rw-r--r--lang/perl5.12/pkg-plist2
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index 5ec2d7f68321..d6a9b1fd1bbc 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/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>
diff --git a/lang/perl5.12/pkg-plist b/lang/perl5.12/pkg-plist
index cad7c8b65a03..e4946cf204c7 100644
--- a/lang/perl5.12/pkg-plist
+++ b/lang/perl5.12/pkg-plist
@@ -5,7 +5,9 @@ bin/h2ph
bin/h2xs
bin/perl5.00401
@exec ln -fs %D/%F %B/perl
+@exec ln -fs %D/%F %B/perl5
@unexec rm %B/perl
+@unexec rm %B/perl5
bin/perlbug
bin/perldoc
bin/pl2pm