From 9de03add24d81d90eab66cb5737518a4e3ac8bd8 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 23 Mar 2015 03:54:44 +0000 Subject: Use proper MAKE_CMD and MAKE_ENV --- mail/qmail-conf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/qmail-conf') diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 1c71b1f7d551..9ecb811e0dbe 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -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) -- cgit v1.2.3