summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-26 05:59:32 +0000
committermarcus <marcus@FreeBSD.org>2004-11-26 05:59:32 +0000
commitebc372b1a236c9e5869f18726d1c93e6be2d213e (patch)
treecefdc01b7920d9a10c8fbe597068d214b9a110d1 /misc
parent5a9e416334faeab340deb7245f566010956b0a62 (diff)
downloadFreeBSD-ports-ebc372b1a236c9e5869f18726d1c93e6be2d213e.zip
FreeBSD-ports-ebc372b1a236c9e5869f18726d1c93e6be2d213e.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/gnomehier/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile
index 24222d4..e8f7521 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 <bsd.port.mk>
OpenPOWER on IntegriCloud