summaryrefslogtreecommitdiff
path: root/japanese/p5-jcode.pl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-13 06:54:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-13 06:54:34 +0000
commit95f3ee5037a8138725bcdf329112f464b87f65e2 (patch)
tree9030606f53e3ab20868a9efd0afe7061523d5d66 /japanese/p5-jcode.pl
parentUpgrade port to pine-4.02a. (diff)
LN is defined in bsd.port.mk. Change "ln -s" to "ln -sf" to make this
port reinstall-friendly.
Notes
Notes: svn path=/head/; revision=12495
Diffstat (limited to 'japanese/p5-jcode.pl')
-rw-r--r--japanese/p5-jcode.pl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/p5-jcode.pl/Makefile b/japanese/p5-jcode.pl/Makefile
index 0e4356a27538..050dd5b06b81 100644
--- a/japanese/p5-jcode.pl/Makefile
+++ b/japanese/p5-jcode.pl/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Jun 1998
# Whom: SADA Kenji <sada@e-mail.ne.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/12 14:04:13 kuriyama Exp $
#
DISTNAME= ja-p5-jcode.pl-2.6
@@ -17,10 +17,8 @@ RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl
NO_BUILD= YES
USE_PERL5= YES
-LN= /bin/ln
-
do-install:
@${MKDIR} ${PREFIX}/lib/perl5/site_perl
- @${LN} -s ../../perl/jcode.pl ${PREFIX}/lib/perl5/site_perl
+ @${LN} -sf ../../perl/jcode.pl ${PREFIX}/lib/perl5/site_perl
.include <bsd.port.mk>