From 7081e7e5b12afca923788e24924af7212c2bc526 Mon Sep 17 00:00:00 2001 From: bapt 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 --- editors/emacs21/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs21') diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index e2e24c451f51..c62118475798 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -81,10 +81,10 @@ post-patch: post-build: (cd ${WRKSRC}/lisp ; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} recompile ; \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} recompile ; \ ${RM} ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${PORTVERSION}.1 ; \ cd ${WRKSRC}/src ; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-install: @${CAT} ${PKGMESSAGE} -- cgit