1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

. Fix javaws.

. Bump PORTREVISION.

PR:		81176
Submitted by:	"Thomas M. Hermann" <__tmh@yahoo.com>
This commit is contained in:
Greg Lewis 2005-10-13 15:09:11 +00:00
parent 5b692052a3
commit ee62db26fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145270
2 changed files with 16 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= # http://www.sun.com/software/java2/download.html
# http://www.eyesbeyond.com/freebsddom/java/jdk14.html

View File

@ -0,0 +1,15 @@
$FreeBSD$
--- ../../deploy/make/javaws/bsd/resources/javaws 22 Oct 2004 21:59:21 -0000 1.3
+++ ../../deploy/make/javaws/bsd/resources/javaws 28 Sep 2005 17:05:29 -0000
@@ -13,8 +13,8 @@
while [ -L "$PRG" ]; do
ls=`/bin/ls -ld "$PRG"`
- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- if /usr/bin/expr "$link" : '/' > /dev/null; then
+ link=`/bin/expr "$ls" : '.*-> \(.*\)$'`
+ if /bin/expr "$link" : '\/' > /dev/null; then
prg="$link"
else
prg="`/usr/bin/dirname $PRG`/$link"