Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Terminate case properly
details: https://anonhg.NetBSD.org/pkgsrc/rev/d856607f03a9
branches: trunk
changeset: 430422:d856607f03a9
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Apr 30 23:51:15 2020 +0000
description:
Terminate case properly
diffstat:
mk/subst.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 804c3163c1d2 -r d856607f03a9 mk/subst.mk
--- a/mk/subst.mk Thu Apr 30 23:50:28 2020 +0000
+++ b/mk/subst.mk Thu Apr 30 23:51:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.86 2020/04/29 22:46:42 rillig Exp $
+# $NetBSD: subst.mk,v 1.87 2020/04/30 23:51:15 joerg Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -226,7 +226,7 @@
case $$noop_count in \
('') ;; \
(+) ${FAIL_MSG} "[subst.mk:${class}] The filename pattern \"$$noop_patterns\" has no effect.";; \
- (*) ${FAIL_MSG} "[subst.mk:${class}] The filename patterns \"$$noop_patterns\" have no effect."; \
+ (*) ${FAIL_MSG} "[subst.mk:${class}] The filename patterns \"$$noop_patterns\" have no effect.";; \
esac; \
${TOUCH} ${TOUCH_FLAGS} ${.TARGET}.tmp; \
${MV} ${.TARGET}.tmp ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index