summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-15 23:30:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-15 23:30:57 +0000
commit984178eaf1460cfc1d5a109b749b258656edb84a (patch)
tree4e766e1b419c83fe8ed8346325d0df21fef92239 /x11-fm/nautilus2
parentupdate mail/dovecot 0.99.5 -> 0.99.8-test5 (diff)
chmod the Nautilus .desktop files since they will be copied to each user's
home directory, where they should be writeable by the user. PR: 48263
Notes
Notes: svn path=/head/; revision=75606
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r--x11-fm/nautilus2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index 12c4de5600ab..0fdf55410caa 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/Makefile
@@ -40,4 +40,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+post-install:
+ @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
+
.include <bsd.port.mk>