pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre13 Fix path in ln.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23242b1de17e
branches:  trunk
changeset: 502874:23242b1de17e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 10 07:25:32 2005 +0000

description:
Fix path in ln.

diffstat:

 lang/sun-jre13/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41b9507741fe -r 23242b1de17e lang/sun-jre13/PLIST
--- a/lang/sun-jre13/PLIST      Thu Nov 10 07:19:17 2005 +0000
+++ b/lang/sun-jre13/PLIST      Thu Nov 10 07:25:32 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/11/26 11:51:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/11/10 07:25:32 wiz Exp $
 bin/sun13-java
 bin/sun13-keytool
 bin/sun13-policytool
@@ -141,7 +141,7 @@
 java/sun-1.3.1/man/ja_JP.eucJP/man1/rmid.1
 java/sun-1.3.1/man/ja_JP.eucJP/man1/rmiregistry.1
 java/sun-1.3.1/man/ja_JP.eucJP/man1/tnameserv.1
-@exec  ${LN} -sf java/sun-1.3.1/man/ja_JP.eucJP %D/java/sun-jdk13/man/ja
+@exec  ${LN} -sf %D/java/sun-1.3.1/man/ja_JP.eucJP %D/java/sun-jdk13/man/ja
 @unexec ${RM} -f %D/java/sun-1.3.1/man/ja
 java/sun-1.3.1/man/man1/java.1
 java/sun-1.3.1/man/man1/keytool.1



Home | Main Index | Thread Index | Old Index