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
This commit is contained in:
Joe Marcus Clarke 2004-11-26 05:59:32 +00:00
parent 43bb7fa35d
commit dd48a4684e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122476

View file

@ -7,7 +7,7 @@
PORTNAME= gnomehier PORTNAME= gnomehier
PORTVERSION= 1.0 PORTVERSION= 1.0
PORTREVISION= 19 PORTREVISION= 20
CATEGORIES= misc gnome CATEGORIES= misc gnome
MASTER_SITES= # none MASTER_SITES= # none
DISTFILES= # none DISTFILES= # none
@ -44,5 +44,7 @@ do-install:
done done
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml ${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/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> .include <bsd.port.mk>