svn commit: r541178 - head/mail/opendkim

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Jul 4 08:52:20 UTC 2020


Author: lwhsu
Date: Sat Jul  4 08:52:19 2020
New Revision: 541178
URL: https://svnweb.freebsd.org/changeset/ports/541178

Log:
  mail/opendkim: Respect DEBUG option
  
  PR:		242425
  Submitted by:	ml at netfence.it
  Approved by:	maintainer timeout

Modified:
  head/mail/opendkim/Makefile

Modified: head/mail/opendkim/Makefile
==============================================================================
--- head/mail/opendkim/Makefile	Sat Jul  4 08:43:59 2020	(r541177)
+++ head/mail/opendkim/Makefile	Sat Jul  4 08:52:19 2020	(r541178)
@@ -104,6 +104,10 @@ MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDEBUG}
+WITH_DEBUG=	yes
+.endif
+
 .if ${PORT_OPTIONS:MSASL} && ${PORT_OPTIONS:MOPENLDAP}
 WANT_OPENLDAP_SASL=	yes
 .endif


More information about the svn-ports-all mailing list