svn commit: r405342 - head/mail/maildrop

Guido Falsi madpilot at FreeBSD.org
Wed Jan 6 11:34:37 UTC 2016


Author: madpilot
Date: Wed Jan  6 11:34:36 2016
New Revision: 405342
URL: https://svnweb.freebsd.org/changeset/ports/405342

Log:
  Stop DOCS option appearing twice in this port.
  
  PR:		205924
  Submitted by:	marino@
  MFH:		2016Q1

Modified:
  head/mail/maildrop/Makefile

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Wed Jan  6 09:17:53 2016	(r405341)
+++ head/mail/maildrop/Makefile	Wed Jan  6 11:34:36 2016	(r405342)
@@ -59,7 +59,7 @@ DOCS=	AUTHORS INSTALL INSTALL.html READM
 
 .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt)
 .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"
-OPTIONS_MULTI_AUTHLIB:=	${OPTIONS_DEFINE}
+OPTIONS_MULTI_AUTHLIB:=	${OPTIONS_DEFINE:NDOCS}
 OPTIONS_DEFINE=		AUTHLIB
 OPTIONS_MULTI=		AUTHLIB
 AUTHLIB_DESC=		Courier Auth Library support


More information about the svn-ports-head mailing list