mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Use MAKE_CMD
This commit is contained in:
parent
5404fb3218
commit
b8873cd6e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359171
@ -20,7 +20,7 @@ post-build:
|
||||
|
||||
do-install:
|
||||
. for d in docs examples
|
||||
@cd ${WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install
|
||||
@cd ${WRKSRC}/${d} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install
|
||||
. endfor
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user