aboutsummaryrefslogtreecommitdiff
path: root/java/bluej
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:54:06 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:54:06 +0000
commit5d2630c7f4f11724e6a5b9d78fe629b4b70aaa44 (patch)
tree28ddc219ffd16b94347adde1665a56cc8e942f4e /java/bluej
parentb0efcd4f99ad11e596c5c38cfd73c11281e4c19a (diff)
downloadports-5d2630c7f4f11724e6a5b9d78fe629b4b70aaa44.tar.gz
ports-5d2630c7f4f11724e6a5b9d78fe629b4b70aaa44.zip
Changed the installation directory of the Sun JDK 1.4.x
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0. This is more like the installation directories for the other JDK ports. PR: 41424
Notes
Notes: svn path=/head/; revision=64327
Diffstat (limited to 'java/bluej')
-rw-r--r--java/bluej/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bluej/Makefile b/java/bluej/Makefile
index a020ea811cb9..b6d5d1925c51 100644
--- a/java/bluej/Makefile
+++ b/java/bluej/Makefile
@@ -23,7 +23,7 @@ NO_BUILD= yes
# Called MY_JDK and MY_JDK_PORT so not to conflict with any other possible
# definitions in the ports system.
-MY_JDK= linux-sun-jdk1.4.0.01
+MY_JDK= linux-sun-jdk1.4.0
MY_JDK_PORT= linux-sun-jdk14
RUN_DEPENDS= ${LOCALBASE}/${MY_JDK}/bin/java:${PORTSDIR}/java/${MY_JDK_PORT}