diff options
author | kim <kim@pkgsrc.org> | 2000-03-05 07:51:09 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-03-05 07:51:09 +0000 |
commit | 00f778dacbb2e79673086e980ea3a0f2b7275aa8 (patch) | |
tree | 86c2347f2dfa65946f5af9cf23fb594b99d56559 /mail | |
parent | 919a8c87d41e4eb482ba3003386df2d5826dd4c5 (diff) | |
download | pkgsrc-00f778dacbb2e79673086e980ea3a0f2b7275aa8.tar.gz |
Fix a minor permission problem.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 6e64978b176..762349779f5 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 1999/12/18 13:35:56 abs Exp $ +# $NetBSD: Makefile,v 1.9 2000/03/05 07:51:09 kim Exp $ DISTNAME= cyrus-imapd-v1.5.14 -PKGNAME= cyrus-imapd-1.5.14 +PKGNAME= cyrus-1.5.14 CATEGORIES= mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -32,6 +32,10 @@ USE_KERBEROS= yes CONFIGURE_ARGS+= --with-login=krb .endif -.include "../../mk/bsd.pkg.mk" +# Deliver must be executable by all on machines with local +# users sending to cyrus mailboxes. + +post-install: + @chmod a+rx ${PREFIX}/cyrus/bin/deliver -PKGNAME!= ${ECHO} "${DISTNAME}" | ${SED} -e 's/-imapd-v/-/' +.include "../../mk/bsd.pkg.mk" |