svn commit: r381975 - head/mail/qmail-conf

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 23 03:54:45 UTC 2015


Author: bdrewery
Date: Mon Mar 23 03:54:44 2015
New Revision: 381975
URL: https://svnweb.freebsd.org/changeset/ports/381975
QAT: https://qat.redports.org/buildarchive/r381975/

Log:
  Use proper MAKE_CMD and MAKE_ENV

Modified:
  head/mail/qmail-conf/Makefile

Modified: head/mail/qmail-conf/Makefile
==============================================================================
--- head/mail/qmail-conf/Makefile	Mon Mar 23 01:44:43 2015	(r381974)
+++ head/mail/qmail-conf/Makefile	Mon Mar 23 03:54:44 2015	(r381975)
@@ -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)


More information about the svn-ports-head mailing list