summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-09 02:06:29 +0000
committerrillig <rillig@pkgsrc.org>2006-11-09 02:06:29 +0000
commit7235ba23170e02d7a4fa7012c44b9cdf69ff4823 (patch)
tree0f88cb8350009f8c7492a3b191a8e1ccb0b7eab2 /mk/subst.mk
parentb78145ed19d27fe717fe21033e50e6fa8c023df2 (diff)
downloadpkgsrc-7235ba23170e02d7a4fa7012c44b9cdf69ff4823.tar.gz
Clarify _who_ is supposed to set the SUBST_* variables.
Diffstat (limited to 'mk/subst.mk')
-rw-r--r--mk/subst.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index df80d630d56..f6c0bac8a11 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,11 +1,11 @@
-# $NetBSD: subst.mk,v 1.35 2006/07/02 09:35:05 rillig Exp $
+# $NetBSD: subst.mk,v 1.36 2006/11/09 02:06:29 rillig Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
# substitution description can be defined. For each class of files, a
# target subst-<class> is created to perform the text replacement.
#
-# The following variables are used:
+# Package-settable variables:
#
# SUBST_CLASSES
# A list of class names. A new class name must be appended (+=).