aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix27
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2011-11-21 09:13:58 +0800
committersahil <sahil@FreeBSD.org>2011-11-21 09:13:58 +0800
commit970f2630fdf56f4ed13e74663b362444d6795590 (patch)
tree96397dfa4149e9528791ad7a93d89d12213b306a /mail/postfix27
parent2d79ac9317dffdabcc337118a9c90d443c7df6d2 (diff)
downloadfreebsd-ports-gnome-970f2630fdf56f4ed13e74663b362444d6795590.tar.gz
freebsd-ports-gnome-970f2630fdf56f4ed13e74663b362444d6795590.tar.zst
freebsd-ports-gnome-970f2630fdf56f4ed13e74663b362444d6795590.zip
Shorten some OPTION descriptions such that they
fit neatly within the dialog(1) box. PR: ports/162688 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Feature safe: yes
Diffstat (limited to 'mail/postfix27')
-rw-r--r--mail/postfix27/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index b7e6331576d7..bc4a8b2f1d8f 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -47,13 +47,13 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \
SASL2 "Cyrus SASLv2 (Simple Auth. and Sec. Layer)" ${STATUS_SASL2} \
DOVECOT "Dovecot 1.x SASL authentication method" off \
DOVECOT2 "Dovecot 2.x SASL authentication method" off \
- SASLKRB5 "If your SASL req. Kerberos5 select this option" ${STATUS_SASLKRB5} \
- SASLKMIT "If your SASL req. MIT Kerberos5 select this option" ${STATUS_SASLKRB5MIT} \
+ SASLKRB5 "If your SASL req. Kerberos5, select this" ${STATUS_SASLKRB5} \
+ SASLKMIT "If your SASL req. MIT Kerberos5, select this" ${STATUS_SASLKRB5MIT} \
TLS "Enable SSL and TLS support" ${STATUS_TLS} \
- BDB "Berkeley DB (choose version with WITH_BDB_VER)" ${STATUS_BDB} \
- MYSQL "MySQL maps (choose version with WITH_MYSQL_VER)" ${STATUS_MySQL} \
- PGSQL "PostgreSQL maps (choose with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
- OPENLDAP "OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \
+ BDB "Berkeley DB (uses WITH_BDB_VER)" ${STATUS_BDB} \
+ MYSQL "MySQL maps (uses WITH_MYSQL_VER)" ${STATUS_MySQL} \
+ PGSQL "PostgreSQL maps (uses DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
+ OPENLDAP "OpenLDAP maps (uses WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \
CDB "CDB maps lookups" ${STATUS_CDB} \
NIS "NIS maps lookups" ${STATUS_NIS} \
VDA "VDA (Virtual Delivery Agent 32Bit)" ${STATUS_VDA} \