Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2002 07:51:33
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sun Dec  1 05:51:33 UTC 2002

Modified Files:
	pkgsrc: Makefile

Log Message:
use = instead of ?= when setting _PKGSRCDIR during the bulk-cache target.
Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation
fails.  This didn't show up before because formerly _PKGSRCDIR was previously
set in bsd.pkg.mk instead of bsd.prefs.mk as it is now.

Should fix bulk build dependency problems noted recently by Hubert.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/Makefile

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