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 --- textproc/source-highlight/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/source-highlight') diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 0cc71a0248dc..5c116dbf5bad 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -33,6 +33,6 @@ BASH_CONFIGURE_WITH= --with-bash-completion OPTIONS_SUB= yes test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check) .include -- cgit v1.2.3