From ebc372b1a236c9e5869f18726d1c93e6be2d213e Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 26 Nov 2004 05:59:32 +0000 Subject: Handle changing permissions and group ownership of the share/gnome/games directory here instead of relying on gnomelibs to do it. Reported by: pointyhat via kris --- misc/gnomehier/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/gnomehier') diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 24222d40e4cc..e8f752114d52 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomehier PORTVERSION= 1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none @@ -44,5 +44,7 @@ do-install: done ${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml ${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml + ${CHGRP} games ${PREFIX}/share/gnome/games + ${CHMOD} g=rwXs ${PREFIX}/share/gnome/games .include -- cgit