1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Use MAKE_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-04 09:48:35 +00:00
parent fbff2ff8b0
commit 79b6e60e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350079

View File

@ -34,6 +34,6 @@ post-install:
${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
.include <bsd.port.mk>