From a33191366c083aad8ab7cd37d06db2d4790f3e39 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 25 Jun 2014 05:35:31 +0000 Subject: Convert GMAKE to MAKE_CMD Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr --- math/yacas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/yacas/Makefile') diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 2b6ca38ab4e9..0069412d1636 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -41,7 +41,7 @@ post-patch: regression-test: build # This requires bash. I don't add it as a dependency to the port, as it's # not needed for the general use. - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} check ${MAKE_ARGS}) .include -- cgit v1.2.3