summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-02-06 16:47:26 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-02-06 16:47:26 +0000
commitfd3d5c6045d217295580f3e072e318626709ff55 (patch)
treec00e8bbdbfe9291d62c6ef475324d2a8785ccb88 /java/jdk11/Makefile
parent*grr* I mean -CURRENT, not 5.2.1-R. (diff)
1. Take maintainership.
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports. Reminded by: kris [2]
Notes
Notes: svn path=/head/; revision=100157
Diffstat (limited to '')
-rw-r--r--java/jdk11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index d562910cb995..80ca11497761 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nate/JDK1.1
-MAINTAINER= java-port@FreeBSD.org
+MAINTAINER= glewis@FreeBSD.org
COMMENT= Java Development Kit 1.1
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
@@ -20,6 +20,7 @@ NO_CDROM= "License doesn't allow distribution with fee"
ONLY_FOR_ARCHS= i386
JDK_VERSION= 1.1.8
+LATEST_LINK= jdk11
PLIST_SUB+= JDK_VERSION=${JDK_VERSION}
WRKSRC= ${WRKDIR}/jdk${JDK_VERSION}