svn commit: r405344 - branches/2016Q1/mail/maildrop
Guido Falsi
madpilot at FreeBSD.org
Wed Jan 6 11:52:25 UTC 2016
Author: madpilot
Date: Wed Jan 6 11:52:24 2016
New Revision: 405344
URL: https://svnweb.freebsd.org/changeset/ports/405344
Log:
MFH: r405342
Stop DOCS option appearing twice in this port.
PR: 205924
Submitted by: marino@
Approved by: portmgr (erwin)
Modified:
branches/2016Q1/mail/maildrop/Makefile
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/mail/maildrop/Makefile
==============================================================================
--- branches/2016Q1/mail/maildrop/Makefile Wed Jan 6 11:36:38 2016 (r405343)
+++ branches/2016Q1/mail/maildrop/Makefile Wed Jan 6 11:52:24 2016 (r405344)
@@ -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-all
mailing list