summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-gnome-data_Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-26 06:01:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-26 06:01:34 +0000
commitdd94f21336ea2a4e2a4518c2f92b38191d91441a (patch)
treed12835bbd35c14fa6811b144aff9beb083e890d5 /x11/gnomelibs/files/patch-gnome-data_Makefile.in
parentHandle changing permissions and group ownership of the share/gnome/games (diff)
Do not change permissions and group ownership of the share/gnome/games
directory. Leave that up to gnomehier.
Notes
Notes: svn path=/head/; revision=122477
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-gnome-data_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-gnome-data_Makefile.in b/x11/gnomelibs/files/patch-gnome-data_Makefile.in
new file mode 100644
index 000000000000..c87c81052494
--- /dev/null
+++ b/x11/gnomelibs/files/patch-gnome-data_Makefile.in
@@ -0,0 +1,10 @@
+--- gnome-data/Makefile.in.orig Fri Nov 26 00:59:37 2004
++++ gnome-data/Makefile.in Fri Nov 26 00:59:47 2004
+@@ -387,7 +387,6 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(scoredir)
+- -chgrp $(GAMES_GROUP) $(DESTDIR)$(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir)
+ $(top_builddir)/libgnome/gnome-gen-mimedb $(DESTDIR)$(sysconfdir)/mime-magic
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.