From fc77cd40105299c168d42a56745205c54f734704 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 13 Apr 2013 21:12:26 +0000 Subject: - Fix builds when ENV is set and not executable by using proper SETENV for /usr/bin/env This fixes all cases of incorrect ENV/SETENV usage. Approved by: portmgr (implicit) With hat: portmgr PR: ports/173559 --- math/libjbigi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index a9794a224b25..0e5e216f0fea 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -52,12 +52,12 @@ do-build: .ifdef(JBIGI_BUILD_JCPUID) # jcpuid cd ${BUILD_WRKSRC}/jcpuid && \ - ${ENV} ${JBIGI_BUILD_ENV} \ + ${SETENV} ${JBIGI_BUILD_ENV} \ ${SH} ./build.sh .endif # jbigi cd ${BUILD_WRKSRC}/jbigi && \ - ${ENV} ${JBIGI_BUILD_ENV} \ + ${SETENV} ${JBIGI_BUILD_ENV} \ ${SH} ./build_jbigi.sh dynamic ## prepare jar .ifdef(JBIGI_BUILD_JCPUID) -- cgit v1.2.3