Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/07/2003 10:19:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Oct  7 10:19:09 UTC 2003

Modified Files:
	pkgsrc/mk: subst.mk

Log Message:
Allow a new variable SUBST_FILTER_CMD.<class> that is a command filter or
pipeline that takes stdin, performs the substitions and writes the result
to stdout.  It defaults to ${SED} ${SUBST_SED.<class>}.  Use this variable
to replace the sed command with something else, like an awk process.


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

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