diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-11 08:23:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-11 08:23:06 +0000 |
commit | c562c46c741422734f8e0916454d842598f8ae8a (patch) | |
tree | 3268a824a433ed5e020943d846492c6f98731b94 /mail/postfix28 | |
parent | deUSE_SIZEify. (diff) |
s/USE_OPENLDAP_VER/WANT_OPENLDAP_VER/g in comments.
Noticed by: eik
Notes
Notes:
svn path=/head/; revision=103613
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index f452cf46c104..71afdb317dcd 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.44 2004-03-10 22:54:03 ale Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.45 2004-03-11 08:23:06 ale Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -33,7 +33,7 @@ MySQL "MySQL map lookups (choose version with WITH_MYSQL_VER)" "$status_MySQL" PgSQL "PostgreSQL v7.4 map lookups" "$status_PgSQL" \ PgSQL73 "PostgreSQL v7.3 map lookups" "$status_PgSQL73" \ PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP "OpenLDAP map lookups (choose ver. with USE_OPENLDAP_VER)" "$status_OpenLDAP" \ +OpenLDAP "OpenLDAP map lookups (choose ver. with WANT_OPENLDAP_VER)" "$status_OpenLDAP" \ Test "SMTP/LMTP test server and generator" "$status_Test" \ 2> $tempfile |