pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lmdbg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:58:51 UTC 2020

Modified Files:
        pkgsrc/devel/lmdbg: Makefile

Log Message:
devel/lmdbg: fix typo in REPLACE_SH


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/lmdbg/Makefile

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

Modified files:

Index: pkgsrc/devel/lmdbg/Makefile
diff -u pkgsrc/devel/lmdbg/Makefile:1.17 pkgsrc/devel/lmdbg/Makefile:1.18
--- pkgsrc/devel/lmdbg/Makefile:1.17    Wed Aug 16 20:21:08 2017
+++ pkgsrc/devel/lmdbg/Makefile Fri May 22 05:58:51 2020
@@ -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 @@ BROKEN_ON_PLATFORM=   Darwin-*-*
 
 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