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/volleyball/Makefile | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) | |
download | ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip |
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/volleyball/Makefile')
-rw-r--r-- | games/volleyball/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile index 574b9b1c2ba4..d1765263c5ac 100644 --- a/games/volleyball/Makefile +++ b/games/volleyball/Makefile @@ -39,7 +39,7 @@ post-configure: post-install: cd ${WRKDIR}/${PORTNAME}-data-${DATAVERSION} && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ |