diff options
author | jlam <jlam> | 2007-09-07 14:11:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-09-07 14:11:20 +0000 |
commit | f706a5a7c52d762459cd467ca332e03a1004972d (patch) | |
tree | 6f58c9e553154e27a3c99baabba3b504f089786a /mail/courier-mta | |
parent | f927ccf50462df664a4b94d56761c4499543ff28 (diff) | |
download | pkgsrc-f706a5a7c52d762459cd467ca332e03a1004972d.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/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} |