summaryrefslogtreecommitdiff
path: root/mail/courier-mta
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-07 14:11:20 +0000
committerjlam <jlam@pkgsrc.org>2007-09-07 14:11:20 +0000
commit4ec0595b671cbdde0dcac956b378b161956a4308 (patch)
tree6f58c9e553154e27a3c99baabba3b504f089786a /mail/courier-mta
parent9858d940a75261c5cc5d1157f4460e6a6509b632 (diff)
downloadpkgsrc-4ec0595b671cbdde0dcac956b378b161956a4308.tar.gz
Fix name of a required configuration directory for the ESMTP module.
Bump the PKGREVISION to 1.
Diffstat (limited to 'mail/courier-mta')
-rw-r--r--mail/courier-mta/Makefile3
-rw-r--r--mail/courier-mta/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile
index 07ec72580a3..4ec8680f4e3 100644
--- a/mail/courier-mta/Makefile
+++ b/mail/courier-mta/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/09/07 14:11:20 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/-mta-/}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/courier-mta/options.mk b/mail/courier-mta/options.mk
index 231c4c44af6..8cb430339e2 100644
--- a/mail/courier-mta/options.mk
+++ b/mail/courier-mta/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: options.mk,v 1.7 2007/09/07 14:11:20 jlam Exp $
# Global and legacy options
@@ -36,7 +36,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.esmtp
RCD_SCRIPTS+= courieresmtp courieresmtpmsa courieresmtps
-OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/esmtpacceptmaildor.dir \
+OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/esmtpacceptmailfor.dir \
${COURIER_DIR_PERMS}
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/esmtppercentrelay.dir \
${COURIER_DIR_PERMS}