diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-15 23:30:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-15 23:30:57 +0000 |
commit | 984178eaf1460cfc1d5a109b749b258656edb84a (patch) | |
tree | 4e766e1b419c83fe8ed8346325d0df21fef92239 /x11-fm | |
parent | dcc22cb4f16299f1897ffe94a07f758422e0b0b1 (diff) | |
download | ports-984178eaf1460cfc1d5a109b749b258656edb84a.tar.gz ports-984178eaf1460cfc1d5a109b749b258656edb84a.zip |
Notes
Diffstat (limited to 'x11-fm')
-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> |