Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2006 19:49:52
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun  6 19:49:52 UTC 2006

Modified Files:
	pkgsrc/mk/flavor/pkg: install.mk metadata.mk
	pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
Avoid using PKGNAME in target names since they are "immediately"
resolved in much the same manner as variables set using :=.  PKGNAME
could be set after including bsd.pkg.mk (which is poor form), and it's
too close to the pkgsrc-2006Q2 branch to fix that all over pkgsrc at
this time).  This fixes building shells/static-bash2.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/flavor/pkg/install.mk \
    pkgsrc/mk/flavor/pkg/metadata.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

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