svn commit: r375815 - head/mail/dma

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 30 07:44:42 UTC 2014


Author: bapt
Date: Tue Dec 30 07:44:41 2014
New Revision: 375815
URL: https://svnweb.freebsd.org/changeset/ports/375815
QAT: https://qat.redports.org/buildarchive/r375815/

Log:
  dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by
  make.conf and src.conf
  
  PR:		194099
  Submitted by:	mva

Modified:
  head/mail/dma/Makefile

Modified: head/mail/dma/Makefile
==============================================================================
--- head/mail/dma/Makefile	Tue Dec 30 07:36:45 2014	(r375814)
+++ head/mail/dma/Makefile	Tue Dec 30 07:44:41 2014	(r375815)
@@ -26,6 +26,8 @@ CFLAGS+=	-I${OPENSSLINC} \
 		-DDMA_GROUP='\"mail\"'
 LDFLAGS+=	-L${OPENSSLLIB}
 
+MAKE_ENV=	__MAKE_CONF=/dev/null SRCCONF=/dev/null
+
 USE_RC_SUBR=	dma_flushq
 SUB_FILES=	pkg-message
 


More information about the svn-ports-head mailing list