svn commit: r344150 - head/mail/sendmail-sasl

Dirk Meyer dinoex at FreeBSD.org
Thu Feb 13 21:51:26 UTC 2014


Author: dinoex
Date: Thu Feb 13 21:51:25 2014
New Revision: 344150
URL: http://svnweb.freebsd.org/changeset/ports/344150
QAT: https://qat.redports.org/buildarchive/r344150/

Log:
  - use OPTIONS_SET

Modified:
  head/mail/sendmail-sasl/Makefile

Modified: head/mail/sendmail-sasl/Makefile
==============================================================================
--- head/mail/sendmail-sasl/Makefile	Thu Feb 13 21:42:40 2014	(r344149)
+++ head/mail/sendmail-sasl/Makefile	Thu Feb 13 21:51:25 2014	(r344150)
@@ -4,11 +4,8 @@ CATEGORIES=	mail ipv6
 
 MAINTAINER=	dinoex at FreeBSD.org
 
-WITH_TLS=	yes
-WITH_SASL=	yes
-WITH_SASLAUTHD=	yes
-SENDMAIL_PORT?=		sendmail
-MASTERDIR?=	${.CURDIR}/../${SENDMAIL_PORT}
+OPTIONS_SET+=	TLS SASL SASLAUTHD
+MASTERDIR?=	${.CURDIR}/../sendmail
 
 .if exists(${.CURDIR}/Makefile.local)
 .include "${.CURDIR}/Makefile.local"


More information about the svn-ports-head mailing list