summaryrefslogtreecommitdiffstats
path: root/share/mk/tap.test.mk
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-28 00:05:31 +0000
committerngie <ngie@FreeBSD.org>2015-12-28 00:05:31 +0000
commita2034803c3289c1600ea2ec5fa2e9dbed47bdc62 (patch)
tree04e51e01dce4891890907c2b362460fb46d9a52e /share/mk/tap.test.mk
parent9890a61c16673af4778b628644b81a6d9ad64c72 (diff)
downloadFreeBSD-src-a2034803c3289c1600ea2ec5fa2e9dbed47bdc62.zip
FreeBSD-src-a2034803c3289c1600ea2ec5fa2e9dbed47bdc62.tar.gz
MFC r292507,r292508:
r292507: - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1) - Use LOCALBASE instead of hardcoding /usr/local for perl Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by: emaste, Evan Cramer <eccramer@gmail.com> Sponsored by: EMC / Isilon Storage Division r292508: Document LOCALBASE in the bsd.test.mk section Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by: emaste, Evan Cramer <eccramer@gmail.com> Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/tap.test.mk')
-rw-r--r--share/mk/tap.test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/tap.test.mk b/share/mk/tap.test.mk
index ec86088..28b52af 100644
--- a/share/mk/tap.test.mk
+++ b/share/mk/tap.test.mk
@@ -26,7 +26,7 @@ TAP_TESTS_PERL?=
TAP_TESTS_SH?=
# Perl interpreter to use for test programs written in this language.
-TAP_PERL_INTERPRETER?= /usr/local/bin/perl
+TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
.if !empty(TAP_TESTS_C)
PROGS+= ${TAP_TESTS_C}
OpenPOWER on IntegriCloud