diff options
author | tron <tron@pkgsrc.org> | 2007-02-15 06:45:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-02-15 06:45:35 +0000 |
commit | bbd95effa496cd0510e177449702b63c7c3428eb (patch) | |
tree | 9c9e31a73dc19a3f229dbf37657d4900e4fff4e0 /mail | |
parent | db7f54dbbd36781f9a63d993c80d55edfd37805b (diff) | |
download | pkgsrc-bbd95effa496cd0510e177449702b63c7c3428eb.tar.gz |
Fix typos in commented out variable names.
Problems reported by Heron Gallegos on "pkgsrc-users" mailing list.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 05e55b47eaf..a4f8d5c3d56 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2006/09/11 13:44:27 tron Exp $ +# $NetBSD: Makefile,v 1.113 2007/02/15 06:45:35 tron Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -52,8 +52,8 @@ MESSAGE_SRC= ${PKGDIR}/MESSAGE .include "options.mk" # The defaults for these values are set in pkgsrc/mk/defaults/mk.conf. -#IMAP_US_CCLIENT_MBOX_FMT?= unix -#IMAP_US_MAILSPOOLHOME?= .Mailbox +#IMAP_UW_CCLIENT_MBOX_FMT?= unix +#IMAP_UW_MAILSPOOLHOME?= .Mailbox BUILD_DEFS+= IMAP_UW_CCLIENT_MBOX_FMT IMAP_UW_MAILSPOOLHOME CCLIENT_LIB= libc-client.la |