Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2006 14:40:31
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Jan 21 14:40:31 UTC 2006

Modified Files:
	pkgsrc/mk/tools: defaults.mk

Log Message:
unzip uses UNZIP as a special environment variable to denote the options
to pass to unzip.  While this is stupid, it's still the reality, so we
must not set UNZIP in the environment when calling unzip.  Rename "UNZIP"
to "UNZIP_CMD" to point to the path to the unzip binary.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/mk/tools/defaults.mk

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