summaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-26 05:21:17 +0000
committerjlam <jlam>2006-06-26 05:21:17 +0000
commit6a4b205da3c31b3f93dcc26255fe7ca4e4f811ea (patch)
tree3793d36bd01eaddc0b26878baf8bb361f04ad5d1 /mail/courier-imap
parentfd375c1980967fa437fd16305cae4b2e1f4dd5d7 (diff)
downloadpkgsrc-6a4b205da3c31b3f93dcc26255fe7ca4e4f811ea.tar.gz
Install couriertcpd into sbin, which is the location expected by stock
courier-mta and courier-imap. Bump the PKGREVISION on all three packages.
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index a1a7c43a70c..d73febad070 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2006/06/17 19:26:48 jlam Exp $
+# $NetBSD: Makefile,v 1.58 2006/06/26 05:21:17 jlam Exp $
DISTNAME= courier-imap-4.1.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -11,7 +11,7 @@ COMMENT= IMAP server for access to maildir-style mailboxes
HOMEPAGE= http://www.courier-mta.org/imap/
DEPENDS+= courier-maildir>=0.53.1:../../mail/courier-maildir
-DEPENDS+= couriertcpd>=0.53.2:../../net/couriertcpd
+DEPENDS+= couriertcpd>=0.53.2nb2:../../net/couriertcpd
USE_TOOLS+= env gmake openssl:run perl
USE_LANGUAGES= c c++