mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Use MAKE_CMD
This commit is contained in:
parent
fbff2ff8b0
commit
79b6e60e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350079
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ post-install:
|
||||||
${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
|
${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
|
||||||
|
|
||||||
regression-test test: build
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue