diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /games/blockout | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) |
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
Notes
Notes:
svn path=/head/; revision=359185
Diffstat (limited to 'games/blockout')
-rw-r--r-- | games/blockout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index 8866eb0e530f..c64d8b23e0e9 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -25,7 +25,7 @@ SUB_FILES= pkg-message NO_STAGE= yes pre-build: - cd ${WRKSRC}/ImageLib/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} + cd ${WRKSRC}/ImageLib/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/BlockOut/blockout ${PREFIX}/bin |