summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-23 19:32:53 +0000
committerrillig <rillig@pkgsrc.org>2020-04-23 19:32:53 +0000
commit9f90ed74c5f1eb6fb1eb787b56ac595833e4f3d1 (patch)
tree522fe610b7149b4929ad3fe078ca523ddf6fe085 /mk/subst.mk
parent254978b5b8a8795703558ddd1c98daba64992157 (diff)
downloadpkgsrc-9f90ed74c5f1eb6fb1eb787b56ac595833e4f3d1.tar.gz
mk/subst.mk: don't recommend {pre,do,post}-patch
These often lead to broken patches, unless the patches are generated very cautiously. Because of this, pkglint already warns about this.
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 308c2b3c827..dc84bb227aa 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.83 2020/04/23 19:30:29 rillig Exp $
+# $NetBSD: subst.mk,v 1.84 2020/04/23 19:32:53 rillig Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -36,7 +36,7 @@
#
# SUBST_STAGE.<class>
# "stage" at which we do the text replacement. Should be one of
-# {pre,do,post}-{extract,patch,configure,build,install}.
+# {pre,do,post}-{extract,configure,build,install}.
#
# SUBST_MESSAGE.<class>
# The message to display before doing the substitution.