- Use MAKE_CMD
This commit is contained in:
parent
2f255e3fe1
commit
fbff2ff8b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350078
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue