summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-09 02:06:29 +0000
committerrillig <rillig>2006-11-09 02:06:29 +0000
commite9169155278a5b6327204bd84f0d958c711ba8d8 (patch)
tree0f88cb8350009f8c7492a3b191a8e1ccb0b7eab2 /mk
parentf9b76fb1ad58fb09518efd38e34ef4eb56f72083 (diff)
downloadpkgsrc-e9169155278a5b6327204bd84f0d958c711ba8d8.tar.gz
Clarify _who_ is supposed to set the SUBST_* variables.
Diffstat (limited to '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 (+=).