summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-16 06:56:50 +0000
committerjlam <jlam>2001-08-16 06:56:50 +0000
commita324eeea410ec75facd43935f88125d256700357 (patch)
treebc97bcd083957e63f152c8da5a1424cf621c10da /mail
parent5e0764954b5a72545f4acc9bbf8871d09a061358 (diff)
downloadpkgsrc-a324eeea410ec75facd43935f88125d256700357.tar.gz
Move userdb file from /etc/courier to /etc to match location for
maildrop (though it's not enabled yet in maildrop).
Diffstat (limited to 'mail')
-rw-r--r--mail/courier-imap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 50cae1b58f8..37d447cedbe 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/08/16 06:23:21 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/16 06:56:50 jlam Exp $
DISTNAME= courier-imap-1.3.8.2
CATEGORIES= mail
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/courier
CONFIGURE_ARGS+= --sysconfdir=/etc/courier
CONFIGURE_ARGS+= --enable-unicode
CONFIGURE_ARGS+= --with-db=db
-CONFIGURE_ARGS+= --with-userdb=/etc/courier/userdb
+CONFIGURE_ARGS+= --with-userdb=/etc/userdb
CONFIGURE_ARGS+= --disable-root-check
CONFIGURE_ENV+= OPENSSL=${BUILDLINK_PREFIX.openssl}/bin/openssl