- Use MAKE_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-04 09:47:54 +00:00
parent 2f255e3fe1
commit fbff2ff8b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350078

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>