summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-01 19:53:48 +0000
committerrillig <rillig@pkgsrc.org>2020-05-01 19:53:48 +0000
commit3594f2a98ba2a7fa662989cdae95ad1af5621e1a (patch)
tree18b046eb1229711f771d7e18e430ee0cfc068afe /mk/subst.mk
parent97d3451b2588c0c871f34360921903103207e4a9 (diff)
downloadpkgsrc-3594f2a98ba2a7fa662989cdae95ad1af5621e1a.tar.gz
mk/subst.mk: fix typo in diagnostic
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 c5d62eaa901..e27b94adacd 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.90 2020/05/01 06:42:32 rillig Exp $
+# $NetBSD: subst.mk,v 1.91 2020/05/01 19:53:48 rillig Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -190,7 +190,7 @@ ${_SUBST_COOKIE.${class}}:
tmpfile="$$file.subst.sav"; \
[ -d "$$file" ] && continue; \
[ -f "$$file" ] || { \
- ${_SUBST_WARN.${class}} "Ignoring non-existent file \"$$file\"."; \
+ ${_SUBST_WARN.${class}} "Ignoring nonexistent file \"$$file\"."; \
continue; \
}; \
${_SUBST_IS_TEXT_FILE_CMD.${class}} || { \