pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Explicitly mentioned that both SUBST_SED and SUBST_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9176a58d0d7
branches:  trunk
changeset: 535500:d9176a58d0d7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 19 23:38:03 2007 +0000

description:
Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in a
class.

diffstat:

 mk/subst.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r cfd2c49e2dc7 -r d9176a58d0d7 mk/subst.mk
--- a/mk/subst.mk       Mon Nov 19 23:10:18 2007 +0000
+++ b/mk/subst.mk       Mon Nov 19 23:38:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.47 2007/11/01 13:12:48 rillig Exp $
+# $NetBSD: subst.mk,v 1.48 2007/11/19 23:38:03 rillig Exp $
 #
 # This Makefile fragment implements a general text replacement facility.
 # Package makefiles define a ``class'', for each of which a particular
@@ -31,7 +31,8 @@
 #
 #              -e 's,@VARNAME@,${VARNAME},g'
 #
-#      also taking care of (most) quoting issues.
+#      also taking care of (most) quoting issues. You can use both
+#      SUBST_SED and SUBST_VARS in a single class.
 #
 # SUBST_FILTER_CMD.<class>
 #      Filter used to perform the actual substitution on the specified



Home | Main Index | Thread Index | Old Index