summaryrefslogtreecommitdiff
path: root/games/gnome-games/INSTALL
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-28 18:52:07 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-28 18:52:07 +0000
commitea18a472ca2878cd990b6a55f2232bfaf1d2755c (patch)
tree13c2d19ad2d75b5f7b9adf5c4ab41b123fa1417e /games/gnome-games/INSTALL
parent261149fed5dbe4ed2af50f8c2a8788bd499730a3 (diff)
downloadpkgsrc-ea18a472ca2878cd990b6a55f2232bfaf1d2755c.tar.gz
-redo the scorefile install hacks
-disable ggz config file installation This avoids installation of files in var and etc at install time. bump PKGREVISION
Diffstat (limited to 'games/gnome-games/INSTALL')
-rw-r--r--games/gnome-games/INSTALL53
1 files changed, 3 insertions, 50 deletions
diff --git a/games/gnome-games/INSTALL b/games/gnome-games/INSTALL
index 9bb1d7d9c99..d61e8eddd88 100644
--- a/games/gnome-games/INSTALL
+++ b/games/gnome-games/INSTALL
@@ -1,55 +1,8 @@
-# $NetBSD: INSTALL,v 1.3 2007/09/20 00:05:56 wiz Exp $
+# $NetBSD: INSTALL,v 1.4 2009/07/28 18:52:07 drochner Exp $
case ${STAGE} in
POST-INSTALL)
- cat <<. |
- glines.scores
- gnibbles.1.0.scores
- gnibbles.1.1.scores
- gnibbles.2.0.scores
- gnibbles.2.1.scores
- gnibbles.3.0.scores
- gnibbles.3.1.scores
- gnibbles.4.0.scores
- gnibbles.4.1.scores
- gnobots2.classic_robots-safe.scores
- gnobots2.classic_robots.scores
- gnobots2.nightmare-safe.scores
- gnobots2.nightmare.scores
- gnobots2.robots2-safe.scores
- gnobots2.robots2.scores
- gnobots2.robots2_easy-safe.scores
- gnobots2.robots2_easy.scores
- gnobots2.robots_with_safe_teleport-safe.scores
- gnobots2.robots_with_safe_teleport.scores
- gnome-stones.scores
- gnome-xbill.scores
- gnometris.scores
- gnomine.Biiiig.scores
- gnomine.Custom.scores
- gnomine.Medium.scores
- gnomine.Tiny.scores
- gnotravex.2x2.scores
- gnotravex.3x3.scores
- gnotravex.4x4.scores
- gnotravex.5x5.scores
- gnotravex.6x6.scores
- gtali.scores
- iagno.b1.scores
- iagno.b2.scores
- iagno.b3.scores
- iagno.w1.scores
- iagno.w2.scores
- iagno.w3.scores
- mahjongg.{easy,difficult}.scores
- same-gnome.scores
-.
- (while read FILE
- do
- if [ ! -f $FILE ]
- then
- @INSTALL@ -c -o games -g games -m 664 /dev/null /var/games/$FILE
- fi
- done)
+ (cd ${PREFIX}/share/gnome-games/scorefile-templates && \
+ pax -rw -k -pop . /var/games)
;;
esac