diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 15:27:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 15:27:00 +0000 |
commit | 8f60660ad3a04699ecca9d46408edd455b3b527d (patch) | |
tree | bd28f1a5ee8174ca481854f11416fb36e0f23bf2 /mail | |
parent | 1b85815c745d3e4143812eca9b8192a7c863bc2d (diff) | |
download | pkgsrc-8f60660ad3a04699ecca9d46408edd455b3b527d.tar.gz |
Rename socketmap option to sendmail-socketmap.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/options.mk | 9 | ||||
-rw-r--r-- | mail/sendmail812/options.mk | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk index c2130ab5fed..d1e41596fe4 100644 --- a/mail/sendmail/options.mk +++ b/mail/sendmail/options.mk @@ -1,10 +1,11 @@ -# $NetBSD: options.mk,v 1.9 2005/07/18 21:33:24 adrianp Exp $ +# $NetBSD: options.mk,v 1.10 2005/08/01 15:27:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail -PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers socketmap +PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap PKG_SUGGESTED_OPTIONS= tcpwrappers -PKG_OPTIONS_LEGACY_OPTS= starttls:tls +PKG_OPTIONS_LEGACY_OPTS+= starttls:tls +PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap .include "../../mk/bsd.options.mk" @@ -48,7 +49,7 @@ PKG_OPTIONS_LEGACY_OPTS= starttls:tls ### ### Enable Sendmail SOCKETMAP support ### -.if !empty(PKG_OPTIONS:Msocketmap) +.if !empty(PKG_OPTIONS:Msendmail-socketmap) USE_TOOLS+= perl:run REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl .endif diff --git a/mail/sendmail812/options.mk b/mail/sendmail812/options.mk index f7d4a55c1e1..def9295581c 100644 --- a/mail/sendmail812/options.mk +++ b/mail/sendmail812/options.mk @@ -1,12 +1,13 @@ -# $NetBSD: options.mk,v 1.1 2005/08/01 14:54:33 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/08/01 15:27:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail PKG_OPTIONS_OPTIONAL_GROUPS= database PKG_OPTIONS_GROUP.database= db2 db4 -PKG_SUPPORTED_OPTIONS= inet6 ldap sasl tls tcpwrappers socketmap +PKG_SUPPORTED_OPTIONS= inet6 ldap sasl tls tcpwrappers sendmail-socketmap PKG_SUGGESTED_OPTIONS= tcpwrappers PKG_OPTIONS_LEGACY_OPTS+= starttls:tls +PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap PKG_OPTIONS_LEGACY_VARS+= USE_STARTTLS:ssl PKG_OPTIONS_LEGACY_VARS+= USE_TCPWRAPPERS:tcpwrappers @@ -58,7 +59,7 @@ PKG_SUGGEST_OPTIONS+= db2 ### ### Enable Sendmail SOCKETMAP support ### -.if !empty(PKG_OPTIONS:Msocketmap) +.if !empty(PKG_OPTIONS:Msendmail-socketmap) USE_TOOLS+= perl:run REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl .endif |