pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr 30 23:51:15 UTC 2020

Modified Files:
        pkgsrc/mk: subst.mk

Log Message:
Terminate case properly


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/mk/subst.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/subst.mk
diff -u pkgsrc/mk/subst.mk:1.86 pkgsrc/mk/subst.mk:1.87
--- pkgsrc/mk/subst.mk:1.86     Wed Apr 29 22:46:42 2020
+++ pkgsrc/mk/subst.mk  Thu Apr 30 23:51:15 2020
@@ -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 @@ ${_SUBST_COOKIE.${class}}:
        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