summaryrefslogtreecommitdiffstats
path: root/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
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')
-rw-r--r--games/gnome-games/Makefile5
-rw-r--r--games/gnome-games3/Makefile4
2 files changed, 7 insertions, 2 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
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile
index d8a95907b..dab75e98e 100644
--- a/games/gnome-games3/Makefile
+++ b/games/gnome-games3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/games/gnome-games3/Makefile,v 1.17 2011/10/15 19:17:42 kwm Exp $
+# $MCom: ports/games/gnome-games3/Makefile,v 1.18 2011/10/19 16:18:30 kwm Exp $
#
PORTNAME= gnome-games
@@ -60,6 +60,8 @@ MAN6= glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \
gtali.6 iagno.6 mahjongg.6 quadrapassel.6
post-install:
+ ${CHGRP} games ${LOCALBASE}/share/games
+ ${CHMOD} g=rwXs ${LOCALBASE}/share/games
@-update-desktop-database
.include <bsd.port.mk>