aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.java.mk
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-04-11 17:17:33 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-04-11 17:17:33 +0000
commit6b6b88f5da54dea1d9006337d70bd1fb546ecea8 (patch)
treec073c59d973aec702e00a62289621efdd4f7e98f /Mk/bsd.java.mk
parentb2bb734ef527e377646a3bc2c3f5b4b8a210a5c8 (diff)
downloadports-6b6b88f5da54dea1d9006337d70bd1fb546ecea8.tar.gz
ports-6b6b88f5da54dea1d9006337d70bd1fb546ecea8.zip
Update comments.
Notes
Notes: svn path=/head/; revision=351016
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r--Mk/bsd.java.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk
index 0e759322fc1d..80113da00a53 100644
--- a/Mk/bsd.java.mk
+++ b/Mk/bsd.java.mk
@@ -31,7 +31,7 @@ Java_Include_MAINTAINER= java@FreeBSD.org
# for the port. (allowed values: native linux)
#
# JAVA_VENDOR List of space-separated suitable JDK port vendors for the
-# port. (allowed values: freebsd bsdjava sun openjdk)
+# port. (allowed values: openjdk oracle sun)
#
# JAVA_BUILD When set, it means that the selected JDK port should be
# added to build dependencies for the port.
@@ -49,7 +49,7 @@ Java_Include_MAINTAINER= java@FreeBSD.org
#-------------------------------------------------------------------------------
# Variables defined for the port:
#
-# JAVA_PORT The name of the JDK port. (e.g. 'java/jdk16')
+# JAVA_PORT The name of the JDK port. (e.g. 'java/openjdk6')
#
# JAVA_PORT_VERSION The version of the JDK port. (e.g. '1.6')
#
@@ -61,7 +61,7 @@ Java_Include_MAINTAINER= java@FreeBSD.org
# JDK port. (e.g. 'Linux')
#
# JAVA_PORT_VENDOR_DESCRIPTION Description of the vendor of the JDK port.
-# (e.g. 'FreeBSD Foundation')
+# (e.g. 'OpenJDK BSD Porting Team')
#
# JAVA_HOME Path to the installation directory of the JDK. (e.g.
# '/usr/local/openjdk6')
@@ -73,7 +73,7 @@ Java_Include_MAINTAINER= java@FreeBSD.org
# '/usr/local/openjdk6/bin/jar' or '/usr/local/bin/fastjar')
#
# APPLETVIEWER Path to the appletviewer utility. (e.g.
-# '/usr/local/linux-jdk1.6.0/bin/appletviewer')
+# '/usr/local/linux-jdk1.7.0/bin/appletviewer')
#
# JAVA Path to the java executable. Use this for executing Java
# programs. (e.g. '/usr/local/openjdk6/bin/java')