Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 23:26:48 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311739 - head/mail/qmail
Message-ID:  <201302052326.r15NQmOS079944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Feb  5 23:26:48 2013
New Revision: 311739
URL: http://svnweb.freebsd.org/changeset/ports/311739

Log:
  - Remove indefinite article from COMMENT
  - Avoid directly including bsd.openssl.mk by including
    bsd.port.options.mk and using proper USE_OPENSSL

Modified:
  head/mail/qmail/Makefile

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Tue Feb  5 23:09:03 2013	(r311738)
+++ head/mail/qmail/Makefile	Tue Feb  5 23:26:48 2013	(r311739)
@@ -11,7 +11,7 @@ DISTFILES?=	${DISTNAME}${EXTRACT_SUFX}
 EXTRACT_ONLY?=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER?=	bdrewery@FreeBSD.org
-COMMENT?=	A secure, reliable, efficient, simple, and fast MTA
+COMMENT?=	Secure, reliable, efficient, simple, and fast MTA
 
 DIST_SUBDIR=	qmail
 
@@ -334,6 +334,12 @@ CONFIGURESCRIPTS=	config config-fast
 
 WANT_QMAIL=	yes
 
+.include <bsd.port.options.mk>
+
+.if defined(SLAVE_LDAP) && ${PORT_OPTIONS:MTLS}
+USE_OPENSSL=	yes
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if ${PREFIX} != ${LOCALBASE}
@@ -359,11 +365,6 @@ CFLAGS+=	-DDEBUG
 
 .if defined(SLAVE_LDAP)
 
-. if ${PORT_OPTIONS:MTLS}
-# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
-. endif
-
 . for param in ${LDAP_PARAMS}
 .  if ${PORT_OPTIONS:M${param}}
 LDAPFLAGS+=	-D${param}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302052326.r15NQmOS079944>