pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/todotxt



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 17:34:13 UTC 2020

Modified Files:
        pkgsrc/time/todotxt: Makefile

Log Message:
time/todotxt: fix build in SUBST_NOOP_OK=no mode


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/todotxt/Makefile

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

Modified files:

Index: pkgsrc/time/todotxt/Makefile
diff -u pkgsrc/time/todotxt/Makefile:1.2 pkgsrc/time/todotxt/Makefile:1.3
--- pkgsrc/time/todotxt/Makefile:1.2    Wed Apr 25 15:23:55 2018
+++ pkgsrc/time/todotxt/Makefile        Sat May 16 17:34:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/04/25 15:23:55 leot Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/16 17:34:13 rillig Exp $
 
 DISTNAME=      todotxt-2.11.0
 CATEGORIES=    time
@@ -34,6 +34,7 @@ SUBST_STAGE.shebang=  pre-configure
 SUBST_MESSAGE.shebang= Replace hardcoded /bin/bash in the middle of scripts
 SUBST_FILES.shebang+=  tests/actions-test-lib.sh
 SUBST_SED.shebang+=    -e '2,$$s;!/bin/bash;!${BASH};'
+SUBST_NOOP_OK.shebang= yes
 
 REPLACE_BASH+= todo.sh
 REPLACE_BASH+= tests/*.sh



Home | Main Index | Thread Index | Old Index