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 --- lang/afnix/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/afnix') diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index bde6a7b7888b..7d7dec8381b9 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -41,8 +41,8 @@ post-patch: ${WRKSRC}/cnf/bin/afnix-guess post-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} doc - @cd ${WRKSRC}/prj && ${SETENV} ${MAKE_ENV} ${GMAKE} doc + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} doc + @cd ${WRKSRC}/prj && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} doc post-install: .if ! ${PORT_OPTIONS:MDOCS} @@ -51,7 +51,7 @@ post-install: ${STAGEDIR}${MANPREFIX}/man/man${i:E}/ . endfor .else - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${GMAKE} publish + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${MAKE_CMD} publish .endif .include -- cgit v1.2.3