Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lmdbg devel/lmdbg: fix typo in REPLACE_SH



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb9aa4b6f340
branches:  trunk
changeset: 432448:fb9aa4b6f340
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 05:58:51 2020 +0000

description:
devel/lmdbg: fix typo in REPLACE_SH

diffstat:

 devel/lmdbg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 98bf7eee96b3 -r fb9aa4b6f340 devel/lmdbg/Makefile
--- a/devel/lmdbg/Makefile      Fri May 22 05:57:10 2020 +0000
+++ b/devel/lmdbg/Makefile      Fri May 22 05:58:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/08/16 20:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/22 05:58:51 rillig Exp $
 #
 
 DISTNAME=      lmdbg-1.2.1
@@ -21,7 +21,7 @@
 
 TEST_TARGET=           test
 
-REPLACE_SH=            scripts/lmdbg*.in tests/test.sh
+REPLACE_SH=            scripts/lmdbg*.in test/test.sh
 
 REPLACE_INTERPRETER+=  runawk
 REPLACE.runawk.old=    .*runawk



Home | Main Index | Thread Index | Old Index