- 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user