Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2002 21:33:38
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Mar  8 19:33:38 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.buildlink.mk

Log Message:
Use some new conventions (changes not user-visible):

FOO_SED is user-appendable.
_FOO_SED = ${_FOO_PRE_SED} ${FOO_SED} ${_FOO_POST_SED}
_FOO_SED is used when actually making sed(1) substitutions.

This allows tweaking _FOO_{PRE,POST}_SED to alter the total sed expression.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 pkgsrc/mk/bsd.buildlink.mk

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