mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
43bb7fa35d
commit
dd48a4684e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122476
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue