Skip to content

Commit

Permalink
mk/subst.mk: don't recommend {pre,do,post}-patch
Browse files Browse the repository at this point in the history
These often lead to broken patches, unless the patches are generated very
cautiously. Because of this, pkglint already warns about this.
  • Loading branch information
rillig committed Apr 23, 2020
1 parent cb97ebe commit 16bf7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/subst.mk
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 16bf7f3

Please sign in to comment.