diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 05:59:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 05:59:32 +0000 |
commit | dd48a4684e6cd7cc0d2ced4024dbc548e7e6b07d (patch) | |
tree | f39074b729c0461513c86376eff02b5148fe5f9a /misc | |
parent | 43bb7fa35d72e80cf7c33edb09f29881aa024b40 (diff) | |
download | ports-dd48a4684e6cd7cc0d2ced4024dbc548e7e6b07d.tar.gz ports-dd48a4684e6cd7cc0d2ced4024dbc548e7e6b07d.zip |
Notes
Diffstat (limited to 'misc')
-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> |