Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/todotxt time/todotxt: fix build in SUBST_NOOP_OK=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb801dadd044
branches:  trunk
changeset: 431819:eb801dadd044
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 17:34:13 2020 +0000

description:
time/todotxt: fix build in SUBST_NOOP_OK=no mode

diffstat:

 time/todotxt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0e15067a97c2 -r eb801dadd044 time/todotxt/Makefile
--- a/time/todotxt/Makefile     Sat May 16 17:33:44 2020 +0000
+++ b/time/todotxt/Makefile     Sat May 16 17:34:13 2020 +0000
@@ -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_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