summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-16 06:56:50 +0000
committerjlam <jlam@pkgsrc.org>2001-08-16 06:56:50 +0000
commit8efe9674683d0597e8009c09fd400a523e2d9108 (patch)
treebc97bcd083957e63f152c8da5a1424cf621c10da
parentbdf705c48f2857b1552c7ee180fb25926a58a69f (diff)
downloadpkgsrc-8efe9674683d0597e8009c09fd400a523e2d9108.tar.gz
Move userdb file from /etc/courier to /etc to match location for
maildrop (though it's not enabled yet in maildrop).
-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