diff options
author | rillig <rillig> | 2006-07-02 09:35:05 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-02 09:35:05 +0000 |
commit | aaaa8469d82115db24972b197f3f19c76f8a5769 (patch) | |
tree | 3a7705838fb089e7b1ac0765a090382ac673b193 /mk/subst.mk | |
parent | d6249ce1c9c48bd85afec66ef06c364e2c0e0318 (diff) | |
download | pkgsrc-aaaa8469d82115db24972b197f3f19c76f8a5769.tar.gz |
Fixed the documentation for SUBST_SED.*, which is not _one_ sed
expression, but a list of sed expressions.
Diffstat (limited to 'mk/subst.mk')
-rw-r--r-- | mk/subst.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index ae356fd4df1..df80d630d56 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.34 2006/06/22 20:45:48 rillig Exp $ +# $NetBSD: subst.mk,v 1.35 2006/07/02 09:35:05 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -22,7 +22,8 @@ # the filenames are either absolute or relative to ${WRKSRC}. # # SUBST_SED.<class> -# sed(1) substitution expression to run on the specified files. +# List of sed(1) arguments to run on the specified files. Multiple +# commands can be specified using the -e option of sed. # # SUBST_FILTER_CMD.<class> # Filter used to perform the actual substitution on the specified |