diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2006-10-07 20:40:07 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2006-10-07 20:40:07 +0000 |
commit | 01aeb9e835b1143c5f294f9123edb0d39346e159 (patch) | |
tree | baf83a1f20e7289cdfaaa6ac21be6a348d3b1807 /Mk/bsd.java.mk | |
parent | f6426ec4d5e8131eb78d84e0abb02221fe8386fa (diff) | |
download | ports-01aeb9e835b1143c5f294f9123edb0d39346e159.tar.gz ports-01aeb9e835b1143c5f294f9123edb0d39346e159.zip |
Notes
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r-- | Mk/bsd.java.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index 95e1b9f8fd71..769d646fc57e 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -108,12 +108,12 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org # JDK 1.2 or later, this is ${JAVA_HOME}/jre/lib/rt.jar. # Earlier JDK's use ${JAVA_HOME}/lib/classes.zip. # -# JAVASHAREDIR The base directory for all shared Java resources. +# JAVASHAREDIR The base directory for all shared Java resources. # -# JAVAJARDIR The directory where a port should install JAR files. +# JAVAJARDIR The directory where a port should install JAR files. # -# JAVALIBDIR The directory where JAR files installed by other ports -# are located. +# JAVALIBDIR The directory where JAR files installed by other ports +# are located. # # HAVE_JIKES Defined and set to "yes" whenever the port will effectively # use Jikes. See stage 6 header for further detail. @@ -130,7 +130,7 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org # Stage 1: Define constants # Stage 2: bsd.java.mk 1.0 backward compatibility # Stage 3: Determine which JDK ports are installed and which JDK ports are -# suitable +# suitable # Stage 4: <REMOVED> (merged in stage 3) # Stage 5: Decide the exact JDK to use (or install) # Stage 6: Add any dependencies if necessary @@ -146,7 +146,7 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org # System-global directories # NB: If the value of JAVALIBDIR is altered here it must also be altered -# in java/javavmwrapper/Makefile. +# in java/javavmwrapper/Makefile. JAVASHAREDIR?= ${PREFIX}/share/java JAVAJARDIR?= ${JAVASHAREDIR}/classes JAVALIBDIR?= ${LOCALBASE}/share/java/classes |