Use proper MAKE_CMD and MAKE_ENV

This commit is contained in:
Bryan Drewery 2015-03-23 03:54:44 +00:00
parent 70f863c983
commit 9de03add24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381975

View file

@ -40,7 +40,8 @@ post-patch:
@${ECHO_CMD} "${LOCALBASE}" > ${WRKSRC}/conf-ucspi-tcp
pre-build:
@(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini)
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
djbdns=${DJBDNS_NAME} -f Makefile.ini)
# Do a dance to stage and keep out of resulting binaries (see r346769
# and r349241)