- Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1)

- Use LOCALBASE instead of hardcoding /usr/local for perl

MFC after: 1 week
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
This commit is contained in:
Enji Cooper
2015-12-20 06:26:15 +00:00
parent fd6f8c3710
commit 26dfa13578
3 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -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}