mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Properly use MAKE_CMD
This commit is contained in:
parent
eb95d8dd12
commit
816aea7759
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359140
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue