Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2002 14:19:28
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Oct  4 11:19:27 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Don't use JAVA_HOME as the user may have it incorrectly set in the
environment.  Instead, create a new variable PKG_JAVA_HOME, which is
passed to the configure and build processes via:

	JAVA_HOME=${PKG_JAVA_HOME}

to override any environment setting for JAVA_HOME.  This should fix
pkg/17989.


To generate a diff of this commit:
cvs rdiff -r1.1062 -r1.1063 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.