diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-16 07:30:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-16 07:30:57 +0800 |
commit | a5b27bd8948961ce840f11194e56a1fa8fe2ffd2 (patch) | |
tree | e615f09dc09f62c01ea9538c4e10a23c82f4df26 /x11-fm/nautilus2 | |
parent | d0948fb543037e69db48811792324c994fd717b9 (diff) | |
download | freebsd-ports-gnome-a5b27bd8948961ce840f11194e56a1fa8fe2ffd2.tar.gz freebsd-ports-gnome-a5b27bd8948961ce840f11194e56a1fa8fe2ffd2.tar.zst freebsd-ports-gnome-a5b27bd8948961ce840f11194e56a1fa8fe2ffd2.zip |
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
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 3 |
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> |