pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/entr
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 23 10:26:54 UTC 2020
Modified Files:
pkgsrc/sysutils/entr: Makefile
Log Message:
sysutils/entr: allow bashisms in test code
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/entr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/entr/Makefile
diff -u pkgsrc/sysutils/entr/Makefile:1.12 pkgsrc/sysutils/entr/Makefile:1.13
--- pkgsrc/sysutils/entr/Makefile:1.12 Fri Feb 14 18:51:39 2020
+++ pkgsrc/sysutils/entr/Makefile Sat May 23 10:26:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/02/14 18:51:39 leot Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/23 10:26:54 rillig Exp $
#
DISTNAME= entr-4.4
@@ -26,5 +26,9 @@ NOT_FOR_PLATFORM= ${MACHINE_PLATFORM}
.endif
TEST_TARGET= test
+USE_TOOLS+= bash:test
+.if ${PKGSRC_RUN_TEST:tl} == yes
+REPLACE_BASH+= system_test.sh
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index