pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix spelling, it is PKGSRC_RUN_TEST.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f7bcf8ac598
branches: trunk
changeset: 374540:5f7bcf8ac598
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 25 00:33:56 2018 +0000
description:
Fix spelling, it is PKGSRC_RUN_TEST.
diffstat:
mk/bsd.utils.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3f3a6e0f8ff5 -r 5f7bcf8ac598 mk/bsd.utils.mk
--- a/mk/bsd.utils.mk Thu Jan 25 00:20:13 2018 +0000
+++ b/mk/bsd.utils.mk Thu Jan 25 00:33:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.utils.mk,v 1.11 2018/01/13 12:48:56 joerg Exp $
+# $NetBSD: bsd.utils.mk,v 1.12 2018/01/25 00:33:56 joerg Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines utility
# and otherwise miscellaneous variables and targets.
@@ -11,7 +11,7 @@
DEPENDS_TYPE?= all
.if !empty(DEPENDS_TYPE:Mbuild) || !empty(DEPENDS_TYPE:Mall)
_ALL_DEPENDS+= ${BOOTSTRAP_DEPENDS} ${BUILD_DEPENDS} ${TOOL_DEPENDS}
-. if !empty(PKGSRC_RUN_TESTS:M[yY][eE][sS])
+. if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])
_ALL_DEPENDS+= ${TEST_DEPENDS}
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index