diff options
author | martti <martti@pkgsrc.org> | 2008-01-17 13:47:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-01-17 13:47:01 +0000 |
commit | 5b9c5781da8c8e34a7cc25208d40a42e54def12f (patch) | |
tree | dca97f9315ee80ca659340745be5251d3605d95f | |
parent | 07f7519011417741a90ad4b5fb8a592eaef5884e (diff) | |
download | pkgsrc-5b9c5781da8c8e34a7cc25208d40a42e54def12f.tar.gz |
s/Dovcot/Dovecot/
-rw-r--r-- | mail/postfix-current/options.mk | 4 | ||||
-rw-r--r-- | mail/postfix/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index c629577b77e..21a19ba94ca 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2008/01/16 14:21:48 ghen Exp $ +# $NetBSD: options.mk,v 1.18 2008/01/17 13:56:37 martti Exp $ # Global and legacy options @@ -84,7 +84,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ ### ### Cyrus SASL support for SMTP authentication. -### (Dovcot SASL support is built in by default.) +### (Dovecot SASL support is built in by default.) ### .if !empty(PKG_OPTIONS:Msasl) . include "../../security/cyrus-sasl/buildlink3.mk" diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index c58e789441f..d8a518119b2 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.27 2008/01/16 14:21:43 ghen Exp $ +# $NetBSD: options.mk,v 1.28 2008/01/17 13:47:01 martti Exp $ # Global and legacy options @@ -84,7 +84,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ ### ### Cyrus SASL support for SMTP authentication. -### (Dovcot SASL support is built in by default.) +### (Dovecot SASL support is built in by default.) ### .if !empty(PKG_OPTIONS:Msasl) . include "../../security/cyrus-sasl/buildlink3.mk" |