summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-28 15:57:29 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-28 15:57:29 +0000
commitdb92fb17b0469f6bc00d42b52b506eacc2f60140 (patch)
treea8b15c70ecad51e8f7ed363ea27ccf2f788e546d /mk
parentc72f0d4eaa46b322e650c65c8e2975c54cfa4475 (diff)
downloadpkgsrc-db92fb17b0469f6bc00d42b52b506eacc2f60140.tar.gz
The generated target is subst-<class>, not <class>-subst. Fix comment
accordingly.
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 6187bb6f9d7..2a707ab7415 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,8 +1,8 @@
-# $NetBSD: subst.mk,v 1.6 2003/12/27 03:05:53 grant Exp $
+# $NetBSD: subst.mk,v 1.7 2003/12/28 15:57:29 jmmv Exp $
#
# This Makefile fragment implements a general text replacement facility
# for different classes of files in ${WRKSRC}. For each class of files,
-# a target <class>-subst is created to perform the text replacement.
+# a target subst-<class> is created to perform the text replacement.
#
# The following variables are used:
#