Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: pkgsrc-changes
Date: 10/26/2001 19:08:54
Module Name: pkgsrc
Committed By: jwise
Date: Fri Oct 26 16:08:54 UTC 2001
Modified Files:
pkgsrc/mk: bsd.pkg.defaults.mk
Log Message:
Correct description of ${JAVA_HOME}. ${JAVA_HOME} is used to select an
installed JVM to use to build java-based packages.
${JAVA_HOME} is not used to select where to install java based packages. All
packages which install java .jar files should install them in
${PREFIX}/lib/java, so that they will be accessible to multiple installed
JVMs.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/bsd.pkg.defaults.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.