aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.java.mk
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-09-04 19:23:26 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-09-04 19:23:26 +0000
commitbbd1b1b22e0fe43e868d110fe2a5672abfb6d69a (patch)
treee5cf4bc14b1c63c599a92a5f8df890000eaf24a7 /Mk/bsd.java.mk
parent144386e89deab2f9a808a89ccb37b4b76f59664e (diff)
downloadports-bbd1b1b22e0fe43e868d110fe2a5672abfb6d69a.tar.gz
ports-bbd1b1b22e0fe43e868d110fe2a5672abfb6d69a.zip
. Make commented examples reference 1.6 (the current default) rather than 1.5.
Notes
Notes: svn path=/head/; revision=281175
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r--Mk/bsd.java.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk
index a76b9bc29c40..ca8b3d7c045c 100644
--- a/Mk/bsd.java.mk
+++ b/Mk/bsd.java.mk
@@ -64,19 +64,19 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org
# (e.g. 'FreeBSD Foundation')
#
# JAVA_HOME Path to the installation directory of the JDK. (e.g.
-# '/usr/local/jdk1.5.0')
+# '/usr/local/jdk1.6.0')
#
# JAVAC Path to the Java compiler to use. (e.g.
-# '/usr/local/jdk1.5.0/bin/javac' or '/usr/local/bin/javac')
+# '/usr/local/jdk1.6.0/bin/javac' or '/usr/local/bin/javac')
#
# JAR Path to the JAR tool to use. (e.g.
-# '/usr/local/jdk1.5.0/bin/jar' or '/usr/local/bin/fastjar')
+# '/usr/local/jdk1.6.0/bin/jar' or '/usr/local/bin/fastjar')
#
# APPLETVIEWER Path to the appletviewer utility. (e.g.
-# '/usr/local/linux-jdk1.5.0/bin/appletviewer')
+# '/usr/local/linux-jdk1.6.0/bin/appletviewer')
#
# JAVA Path to the java executable. Use this for executing Java
-# programs. (e.g. '/usr/local/jdk1.5.0/bin/java')
+# programs. (e.g. '/usr/local/jdk1.6.0/bin/java')
#
# JAVADOC Path to the javadoc utility program.
#
@@ -111,7 +111,7 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org
#-------------------------------------------------------------------------------
# Porter's hints
#
-# To retrieve the Major version number from JAVA_PORT_VERSION (e.g. "1.5"):
+# To retrieve the Major version number from JAVA_PORT_VERSION (e.g. "1.6"):
# -> ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}
#
#-------------------------------------------------------------------------------