Replace GMAKE by MAKE_CMD
This commit is contained in:
parent
dd63ae1966
commit
2fcc44703e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359134
@ -67,7 +67,7 @@ pre-configure:
|
||||
${SH} ./configure --disable-shared \
|
||||
${CONFIGURE_ARGS} \
|
||||
&& ${MKDIR} ${WRKDIR}/${TCD_DISTNAME}/.libs \
|
||||
&& ${SETENV} ${MAKE_ENV} ${GMAKE}
|
||||
&& ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
|
||||
|
||||
post-configure:
|
||||
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
|
Loading…
Reference in New Issue
Block a user