summaryrefslogtreecommitdiff
path: root/games/gnome2-games
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-23 16:09:37 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-23 16:09:37 +0000
commit56fb821e5f40cf79bf367dffd41df148af66b82a (patch)
treea9d3fa74b344434e8a489077fa505921633fe8c1 /games/gnome2-games
parent631edbfce76e3a0a3614a3d2b825f559d69543a7 (diff)
downloadpkgsrc-56fb821e5f40cf79bf367dffd41df148af66b82a.tar.gz
Do not change the current directory in the INSTALL script. This avoids
errors shown during all subsequent actions (specially when the script tries to execute itself with the VIEW-INSTALL target). Bump PKGREVISION to 1.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r--games/gnome2-games/INSTALL5
-rw-r--r--games/gnome2-games/Makefile3
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome2-games/INSTALL b/games/gnome2-games/INSTALL
index b2637380493..7f49ed65ec5 100644
--- a/games/gnome2-games/INSTALL
+++ b/games/gnome2-games/INSTALL
@@ -1,8 +1,7 @@
-# $NetBSD: INSTALL,v 1.4 2003/09/06 15:57:56 cjep Exp $
+# $NetBSD: INSTALL,v 1.5 2004/01/23 16:09:37 jmmv Exp $
case ${STAGE} in
POST-INSTALL)
- cd /var/games
cat <<. |
glines.scores
gnibbles.1.0.scores
@@ -49,7 +48,7 @@ POST-INSTALL)
do
if [ ! -f $FILE ]
then
- @INSTALL@ -c -o games -g games -m 664 /dev/null $FILE
+ @INSTALL@ -c -o games -g games -m 664 /dev/null /var/games/$FILE
fi
done)
;;
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile
index f243f36c37d..02f8519dd28 100644
--- a/games/gnome2-games/Makefile
+++ b/games/gnome2-games/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/01/10 05:18:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/23 16:09:37 jmmv Exp $
DISTNAME= gnome-games-2.4.1.1
+PKGREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.4/}
EXTRACT_SUFX= .tar.bz2