aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-conf
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-03-23 03:54:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-03-23 03:54:44 +0000
commit9de03add24d81d90eab66cb5737518a4e3ac8bd8 (patch)
tree338b2421a3ed69221c429e052812d748387c503e /mail/qmail-conf
parent70f863c98388018ba3a8d53160aeb36d9ccfb8b0 (diff)
downloadports-9de03add24d81d90eab66cb5737518a4e3ac8bd8.tar.gz
ports-9de03add24d81d90eab66cb5737518a4e3ac8bd8.zip
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/Makefile3
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)