summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-26 15:23:21 +0000
committerrillig <rillig@pkgsrc.org>2008-01-26 15:23:21 +0000
commit521367f1058a41a6a775e951cc626142366349bd (patch)
tree49a373043ad6eb1ca4038c88ca8b88b587775327 /mk/subst.mk
parentdb7014d1075c16aad7bc7744039c921656f47d06 (diff)
downloadpkgsrc-521367f1058a41a6a775e951cc626142366349bd.tar.gz
See also: PLIST_SUBST
Diffstat (limited to 'mk/subst.mk')
-rw-r--r--mk/subst.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index fbb228bc738..342ffbe1a06 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.52 2008/01/23 01:44:28 rillig Exp $
+# $NetBSD: subst.mk,v 1.53 2008/01/26 15:23:21 rillig Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -48,6 +48,9 @@
# before any substitutions are done to it. Since that test is not
# perfect, it can be disabled by setting this variable to "yes".
#
+# See also:
+# PLIST_SUBST
+#
# Keywords: subst
#