diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 09:35:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 09:35:05 +0000 |
commit | 465c404b464513de26cf3a84812688d429963b4a (patch) | |
tree | 3a7705838fb089e7b1ac0765a090382ac673b193 /mk | |
parent | 880c4ce641d7981de321c2c33dcdc72025f9ac68 (diff) | |
download | pkgsrc-465c404b464513de26cf3a84812688d429963b4a.tar.gz |
Fixed the documentation for SUBST_SED.*, which is not _one_ sed
expression, but a list of sed expressions.
Diffstat (limited to '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 |