1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

. Make commented examples reference 1.6 (the current default) rather than 1.5.

This commit is contained in:
Greg Lewis 2011-09-04 19:23:26 +00:00
parent 144386e89d
commit bbd1b1b22e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281175

View File

@ -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/}
#
#-------------------------------------------------------------------------------