summaryrefslogtreecommitdiff
path: root/games/gnome2-games/INSTALL
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-20 00:05:51 +0000
committerwiz <wiz>2007-09-20 00:05:51 +0000
commit0e20491c18bad557adf749f2faaf1b1b950b161e (patch)
tree7b9c1d5a13612e6b500c468bc8162eb286aa47f9 /games/gnome2-games/INSTALL
parent64aef4bc4542a21ffd346e31416a418aeb10de7c (diff)
downloadpkgsrc-0e20491c18bad557adf749f2faaf1b1b950b161e.tar.gz
Move gnome2-games to gnome-games to make directory name match PKGNAME.
Diffstat (limited to 'games/gnome2-games/INSTALL')
-rw-r--r--games/gnome2-games/INSTALL55
1 files changed, 0 insertions, 55 deletions
diff --git a/games/gnome2-games/INSTALL b/games/gnome2-games/INSTALL
deleted file mode 100644
index 7f49ed65ec5..00000000000
--- a/games/gnome2-games/INSTALL
+++ /dev/null
@@ -1,55 +0,0 @@
-# $NetBSD: INSTALL,v 1.5 2004/01/23 16:09:37 jmmv 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)
- ;;
-esac