pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jan 25 00:33:56 UTC 2018
Modified Files:
pkgsrc/mk: bsd.utils.mk
Log Message:
Fix spelling, it is PKGSRC_RUN_TEST.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mk/bsd.utils.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/bsd.utils.mk
diff -u pkgsrc/mk/bsd.utils.mk:1.11 pkgsrc/mk/bsd.utils.mk:1.12
--- pkgsrc/mk/bsd.utils.mk:1.11 Sat Jan 13 12:48:56 2018
+++ pkgsrc/mk/bsd.utils.mk Thu Jan 25 00:33:56 2018
@@ -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