From 970f2630fdf56f4ed13e74663b362444d6795590 Mon Sep 17 00:00:00 2001 From: sahil Date: Mon, 21 Nov 2011 01:13:58 +0000 Subject: Shorten some OPTION descriptions such that they fit neatly within the dialog(1) box. PR: ports/162688 Submitted by: Jeremy Chadwick Feature safe: yes --- mail/postfix/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mail/postfix') diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c7ed7706b37a..8bbb619a3694 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -51,15 +51,15 @@ 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 (pick ver. with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \ + 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} \ SQLITE "SQLite maps" off \ - OPENLDAP "OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \ - LDAP_SASL "Enable OpenLDAP client-to-server auth via SASL" off \ + OPENLDAP "OpenLDAP maps (uses WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \ + LDAP_SASL "Enable OpenLDAP client-to-server SASL auth" off \ CDB "CDB maps lookups" ${STATUS_CDB} \ NIS "NIS maps lookups" ${STATUS_NIS} \ VDA "VDA (Virtual Delivery Agent 32Bit)" ${STATUS_VDA} \ -- cgit