diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-07 14:11:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-07 14:11:20 +0000 |
commit | 4ddf261cc3781545a154d4ffeb3ae3375b8f0ab2 (patch) | |
tree | 6f58c9e553154e27a3c99baabba3b504f089786a /mail | |
parent | 3b2506c57a7fb7d110b812f37462beaa479a3b31 (diff) | |
download | pkgsrc-4ddf261cc3781545a154d4ffeb3ae3375b8f0ab2.tar.gz |
Fix name of a required configuration directory for the ESMTP module.
Bump the PKGREVISION to 1.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-mta/Makefile | 3 | ||||
-rw-r--r-- | mail/courier-mta/options.mk | 4 |
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} |