diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-23 03:54:44 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-23 03:54:44 +0000 |
commit | 9de03add24d81d90eab66cb5737518a4e3ac8bd8 (patch) | |
tree | 338b2421a3ed69221c429e052812d748387c503e /mail/qmail-conf | |
parent | 70f863c98388018ba3a8d53160aeb36d9ccfb8b0 (diff) |
Use proper MAKE_CMD and MAKE_ENV
Notes
Notes:
svn path=/head/; revision=381975
Diffstat (limited to 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |