diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 06:01:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 06:01:34 +0000 |
commit | dd94f21336ea2a4e2a4518c2f92b38191d91441a (patch) | |
tree | d12835bbd35c14fa6811b144aff9beb083e890d5 /x11/gnomelibs | |
parent | Handle 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.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-gnome-data_Makefile.in | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index bd8b66f0f67b..0eb5a292cf58 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs/1.4 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. |