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 | b4fc91b41f43a7a13bd5b3bfe55005d4c310dc8c (patch) | |
tree | dca97f9315ee80ca659340745be5251d3605d95f /mail/postfix | |
parent | 79e0f350fd84102d547d44317fb39d85c7feed29 (diff) | |
download | pkgsrc-b4fc91b41f43a7a13bd5b3bfe55005d4c310dc8c.tar.gz |
s/Dovcot/Dovecot/
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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" |