Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2005 18:40:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri May 20 18:40:42 UTC 2005

Modified Files:
	pkgsrc/mk: subst.mk

Log Message:
Revert part of revision 1.18.  The new quoting was breaking some
assumptions being made by the USE_PKGLOCALEDIR code and the wrapper
framework since it added backtick expressions to the SUBST_FILES.*
variables, which were being mangled by the :Q modifier.  This is
evident when running "make regress" in regress/buildlink-unwrap.

Mea culpa.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/mk/subst.mk

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