summaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-23 01:18:15 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-23 01:18:15 +0800
commitd2ce23ceedd3637b4db8367cc08565ad8762a5b0 (patch)
tree4c03c03b40812473263d3ba1ca8b181641f1bf1b /x11-fm
parent0ea42da77d8b1b38ddbf68cfb1cb6e8b36ed119e (diff)
downloadmarcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar.gz
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar.bz2
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar.lz
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar.xz
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.tar.zst
marcuscom-ports-d2ce23ceedd3637b4db8367cc08565ad8762a5b0.zip
Comment out the post-install chmod as there doesn't seem to
be anything for it to chmod. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2534 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/nautilus/Makefile2
-rw-r--r--x11-fm/nautilus2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 9d521d737..11305a3b8 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -35,6 +35,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
post-install:
${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0
- @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
+# @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
.include <bsd.port.mk>
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index 9d521d737..11305a3b8 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/Makefile
@@ -35,6 +35,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
post-install:
${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0
- @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
+# @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
.include <bsd.port.mk>