1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Properly use MAKE_CMD

This commit is contained in:
Baptiste Daroussin 2014-06-24 22:05:47 +00:00
parent eb95d8dd12
commit 816aea7759
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359140

View File

@ -54,6 +54,6 @@ post-install:
${LN} -s ${PREFIX}/bin/mged.sh ${STAGEDIR}${LOCALBASE}/bin/mged.sh
regression-test: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test)
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test)
.include <bsd.port.mk>