diff options
author | znerd <znerd@FreeBSD.org> | 2002-06-13 04:50:09 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-06-13 04:50:09 +0800 |
commit | 7d19f70466c0bdcaf11902da313161c50f30c491 (patch) | |
tree | 687cfcc90d99ac3f6caf7db4c840300d970d6ebb /java/Makefile | |
parent | 38ea1767a1e08f15ec6bbce65ec8113b454b9239 (diff) | |
download | freebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.tar.gz freebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.tar.zst freebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.zip |
Unification of JDK port names.
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.
ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.
ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.
ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.
PR: 27358
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/Makefile b/java/Makefile index da68b3d41906..01e7daf4b341 100644 --- a/java/Makefile +++ b/java/Makefile @@ -29,10 +29,10 @@ SUBDIR += jdbcpool SUBDIR += jde SUBDIR += jde-emacs20 - SUBDIR += jdk SUBDIR += jdk-tutorial + SUBDIR += jdk11 SUBDIR += jdk11-doc - SUBDIR += jdk12-beta + SUBDIR += jdk12 SUBDIR += jdk12-doc SUBDIR += jdk13 SUBDIR += jdk13-doc @@ -46,12 +46,12 @@ SUBDIR += jsdk SUBDIR += junit SUBDIR += kaffe + SUBDIR += linux-blackdown-jdk12 SUBDIR += linux-blackdown-jdk13 SUBDIR += linux-ibm-jdk13 - SUBDIR += linux-jdk - SUBDIR += linux-jdk13 - SUBDIR += linux-jdk14 SUBDIR += linux-sun-jdk12 + SUBDIR += linux-sun-jdk13 + SUBDIR += linux-sun-jdk14 SUBDIR += mmake SUBDIR += netrexx SUBDIR += openjit |