1
0
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:
Baptiste Daroussin 2014-06-24 22:51:41 +00:00
parent 5404fb3218
commit b8873cd6e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359171

View File

@ -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