aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail-conf
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-03-23 11:54:44 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-03-23 11:54:44 +0800
commit95072a72c6cac48b43dccc5ee90642a7f05dd84a (patch)
tree338b2421a3ed69221c429e052812d748387c503e /mail/qmail-conf
parent63e39420aee6717e60aa7313746c3ab56bbcb80f (diff)
downloadfreebsd-ports-gnome-95072a72c6cac48b43dccc5ee90642a7f05dd84a.tar.gz
freebsd-ports-gnome-95072a72c6cac48b43dccc5ee90642a7f05dd84a.tar.zst
freebsd-ports-gnome-95072a72c6cac48b43dccc5ee90642a7f05dd84a.zip
Use proper MAKE_CMD and MAKE_ENV
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)