From 3206ad8e7f3a31c1db67cd10bf9578cb806faf38 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 12 Nov 2001 10:45:21 +0000 Subject: [PATCH] Change permissions of all files in ${PREFIX}/share/gnome/evolution/default_user to be 644, otherwise after installation the user will be unable to make any changes to his/her mailboxes. See http://bugzilla.ximian.com/show_bug.cgi?id=14961 for details. Submitted by: Christopher Masto --- mail/evolution-devel/Makefile | 5 +++++ mail/evolution/Makefile | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 49d42de01c25..74bc15322350 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 0.99.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution @@ -45,4 +46,8 @@ pre-patch: @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l 'wrong DB3' | \ xargs ${PERL} -pi -e 's|.*wrong DB3.*||' +post-install: + @find ${PREFIX}/share/gnome/evolution/default_user -type f | \ + xargs ${CHMOD} 644 + .include diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 49d42de01c25..74bc15322350 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 0.99.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution @@ -45,4 +46,8 @@ pre-patch: @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l 'wrong DB3' | \ xargs ${PERL} -pi -e 's|.*wrong DB3.*||' +post-install: + @find ${PREFIX}/share/gnome/evolution/default_user -type f | \ + xargs ${CHMOD} 644 + .include