Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2001 01:25:17
Module Name: pkgsrc
Committed By: jlam
Date: Wed Oct 3 22:25:17 UTC 2001
Modified Files:
pkgsrc/mk: bsd.buildlink.mk
Log Message:
Invent new variables:
REPLACE_LIBNAMES_PATTERNS
REPLACE_BUILDLINK_PATTERNS
They are space-separated lists of shell glob patterns representing files
in which we substitute with REPLACE_LIBNAMES_SED (for replacing buildlink
library names with the true library names) and REPLACE_BUILDLINK_SED (for
replacing references to buildlink directories with the true install
locations). This generalizes the variables (which may still be used):
REPLACE_LIBNAMES, REPLACE_BUILDLINK,
that contained the actual filenames.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/mk/bsd.buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.