summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-11 04:33:37 +0000
committerjlam <jlam@pkgsrc.org>2007-09-11 04:33:37 +0000
commit3e0f1d6989dabd7ba30396b97e560e259807d8df (patch)
tree5bcc17bbab09c6b3c2f27fe616b2d6a363eb917d /mail
parent0871b6262c254768354e7d6d4d9119efd42e4bc5 (diff)
downloadpkgsrc-3e0f1d6989dabd7ba30396b97e560e259807d8df.tar.gz
Fix path to the makedatprog binary in the makedat script. Bump the
PKGREVISION to 2.
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 88c18ca92b5..eec63388e29 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2007/08/27 22:33:19 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2007/09/11 04:33:37 jlam Exp $
DISTNAME= maildrop-2.0.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -33,6 +33,7 @@ MAILDROP_TRUSTED_USERS?= ${REAL_ROOT_USER} ${COURIER_USER} qmaild
CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR:Q}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-makedatprog=${LIBEXECDIR:Q}/makedatprog
CONFIGURE_ARGS+= --enable-maildirquota
CONFIGURE_ARGS+= --enable-maildrop-uid=${ROOT_USER:Q}
CONFIGURE_ARGS+= --enable-maildrop-gid=${COURIER_GROUP:Q}