summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2014-06-15 21:04:30 +0000
committerjnemeth <jnemeth>2014-06-15 21:04:30 +0000
commit533b6f23445a9fca7ad734f21fddf27ae69807ce (patch)
treecf78a0f59d38b6bccfe8ffc918b64e8ae378ce3c /mail
parent3a67e9f64482482fe376d209e4990ae214548d60 (diff)
downloadpkgsrc-533b6f23445a9fca7ad734f21fddf27ae69807ce.tar.gz
Rename ffr-tls option to sendmail-ffr-tls as requested by wiz@.
Ride version change done a few minutes ago.
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile4
-rw-r--r--mail/sendmail/options.mk7
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 21929b69514..b0bb07c31db 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2014/06/15 20:48:49 jnemeth Exp $
+# $NetBSD: Makefile,v 1.122 2014/06/15 21:04:30 jnemeth Exp $
PKGNAME= sendmail-${DIST_VERS}
COMMENT= The well known Mail Transport Agent
@@ -95,7 +95,7 @@ post-patch: make-sendmail-siteconfig
.if !empty(PKG_OPTIONS:Mtls)
cat ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG}
.endif
-.if !empty(PKG_OPTIONS:Mffr_tls)
+.if !empty(PKG_OPTIONS:Msendmail-ffr-tls)
cat ${FILESDIR}/site.config.m4-ffr_tls >>${SITECONFIG}
.endif
.if !empty(PKG_OPTIONS:Msasl)
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index 313439e5446..d5031d6c146 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.21 2014/06/15 20:48:49 jnemeth Exp $
+# $NetBSD: options.mk,v 1.22 2014/06/15 21:04:30 jnemeth Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
-PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers ffr-tls
+PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers
+PKG_SUPPORTED_OPTIONS+= sendmail-ffr-tls
PKG_SUGGESTED_OPTIONS= inet6 tcpwrappers
-PKG_OPTIONS_LEGACY_OPTS+= starttls:tls ffr_tls_1:ffr-tls
+PKG_OPTIONS_LEGACY_OPTS+= starttls:tls ffr_tls_1:sendmail-ffr-tls
.include "../../mk/bsd.options.mk"