summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-05 23:16:01 +0000
committerjoerg <joerg>2006-01-05 23:16:01 +0000
commit936663cdadfab4d2211da619053df0d79ffc02b6 (patch)
treee3c5858ad55f03393771b495427a257d116236f8 /mk/subst.mk
parent67bf6766435407faf753c9cfdef493515a2b7fa7 (diff)
downloadpkgsrc-936663cdadfab4d2211da619053df0d79ffc02b6.tar.gz
Adjust comment about SUBST_FILES to match reality:
absolute file names work as well.
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 73987758f74..3a2eaca7638 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.28 2006/01/01 22:52:16 rillig Exp $
+# $NetBSD: subst.mk,v 1.29 2006/01/05 23:16:01 joerg Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -19,7 +19,7 @@
#
# SUBST_FILES.<class>
# A list of file patterns on which to run the substitution;
-# the filenames are relative to ${WRKSRC}.
+# the filenames are either absolute or relative to ${WRKSRC}.
#
# SUBST_SED.<class>
# sed(1) substitution expression to run on the specified files.