1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

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 <chris@netmonger.net>
This commit is contained in:
Maxim Sobolev 2001-11-12 10:45:21 +00:00
parent 1f7dc0820d
commit 3206ad8e7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49962
2 changed files with 10 additions and 0 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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 <bsd.port.mk>