pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fixed the documentation for SUBST_SED.*, which is n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33e333bd4351
branches: trunk
changeset: 515374:33e333bd4351
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jul 02 09:35:05 2006 +0000
description:
Fixed the documentation for SUBST_SED.*, which is not _one_ sed
expression, but a list of sed expressions.
diffstat:
mk/subst.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 6fe462d40339 -r 33e333bd4351 mk/subst.mk
--- a/mk/subst.mk Sun Jul 02 09:34:01 2006 +0000
+++ b/mk/subst.mk Sun Jul 02 09:35:05 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index