diff options
author | znerd <znerd@FreeBSD.org> | 2002-08-10 18:54:06 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-08-10 18:54:06 +0800 |
commit | d91f8ddfd7f71c3d23682751cf1a5b37bb42107c (patch) | |
tree | 7072fe7b6e73ba294085c9630b1959d905ccbcac /java/bluej | |
parent | 2b3addefd3bc4700a7f7634178f0e212ea5d7186 (diff) | |
download | freebsd-ports-gnome-d91f8ddfd7f71c3d23682751cf1a5b37bb42107c.tar.gz freebsd-ports-gnome-d91f8ddfd7f71c3d23682751cf1a5b37bb42107c.tar.zst freebsd-ports-gnome-d91f8ddfd7f71c3d23682751cf1a5b37bb42107c.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
Diffstat (limited to 'java/bluej')
-rw-r--r-- | java/bluej/Makefile | 2 |
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} |