summaryrefslogtreecommitdiffstats
path: root/games/gnome-games
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-27 21:26:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-27 21:26:22 +0800
commitdfe54c0e7ea0a3e1019160150f648124fdeca9a7 (patch)
tree2400d54fd61d42175bfb970078750f6ae43d98a9 /games/gnome-games
parent54ed65908a8f5106beda623b1d9e9ee7121ec674 (diff)
downloadmarcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar.gz
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar.bz2
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar.lz
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar.xz
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.tar.zst
marcuscom-ports-dfe54c0e7ea0a3e1019160150f648124fdeca9a7.zip
Try to clean up share/games. Copy chown chmod permission lines for
share/games from gnomehier. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16720 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index ac65066eb..6d5454149 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/games/gnome-games/Makefile,v 1.237 2011/06/30 04:23:56 mezz Exp $
+# $MCom: ports/games/gnome-games/Makefile,v 1.238 2011/08/17 20:09:35 kwm Exp $
#
PORTNAME= gnome-games
@@ -67,6 +67,9 @@ post-patch:
post-install:
${MKDIR} ${PREFIX}/share/ggz/gnome-games
+ ${CHGRP} games ${LOCALBASE}/share/games
+ ${CHMOD} g=rwXs ${LOCALBASE}/share/games
+
#.for dsc in ${DSC_FILES}
# ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T}
#.endfor