summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-19 23:38:03 +0000
committerrillig <rillig>2007-11-19 23:38:03 +0000
commit5ab61a7306d7b03750723bf333155127a794bb51 (patch)
treee8de903ba0c3105b1bf404eb663b9d4e68ccad63 /mk
parent16ddd95fbcd16d2df10b8048568489d1a40465de (diff)
downloadpkgsrc-5ab61a7306d7b03750723bf333155127a794bb51.tar.gz
Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in a
class.
Diffstat (limited to 'mk')
-rw-r--r--mk/subst.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index 60e174762e9..18d4c9b7917 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -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