freebsd-ports/x11/gnome-libs/files/patch-gnome-data_Makefile.in
Joe Marcus Clarke dd94f21336 Do not change permissions and group ownership of the share/gnome/games
directory.  Leave that up to gnomehier.
2004-11-26 06:01:34 +00:00

10 lines
428 B
Text

--- 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.