diff options
author | ale <ale@FreeBSD.org> | 2004-03-11 16:23:06 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-11 16:23:06 +0800 |
commit | fe01bdb9aee0fc442647f92a30c048f141f3b3c6 (patch) | |
tree | 1e8df425b6e6a0b59cc223477871ab6ceb1280d0 /mail/postfix21 | |
parent | 551898cb452787e51a14ce631fa472dec692ddc7 (diff) | |
download | freebsd-ports-gnome-fe01bdb9aee0fc442647f92a30c048f141f3b3c6.tar.gz freebsd-ports-gnome-fe01bdb9aee0fc442647f92a30c048f141f3b3c6.tar.zst freebsd-ports-gnome-fe01bdb9aee0fc442647f92a30c048f141f3b3c6.zip |
s/USE_OPENLDAP_VER/WANT_OPENLDAP_VER/g in comments.
Noticed by: eik
Diffstat (limited to 'mail/postfix21')
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 92ca87457c3d..c98a491e7bfe 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.44 2004-03-10 22:54:03 ale Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/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 |