diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-26 13:59:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-26 13:59:32 +0800 |
commit | ebc372b1a236c9e5869f18726d1c93e6be2d213e (patch) | |
tree | cefdc01b7920d9a10c8fbe597068d214b9a110d1 /misc/gnomehier | |
parent | 5a9e416334faeab340deb7245f566010956b0a62 (diff) | |
download | freebsd-ports-gnome-ebc372b1a236c9e5869f18726d1c93e6be2d213e.tar.gz freebsd-ports-gnome-ebc372b1a236c9e5869f18726d1c93e6be2d213e.tar.zst freebsd-ports-gnome-ebc372b1a236c9e5869f18726d1c93e6be2d213e.zip |
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/gnomehier')
-rw-r--r-- | misc/gnomehier/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk> |