summaryrefslogtreecommitdiff
path: root/games/xpipeman
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-14 23:52:17 +0000
committergarbled <garbled@pkgsrc.org>1998-09-14 23:52:17 +0000
commit031d9f40a968349a789eedc60c51b70c247dcbd9 (patch)
tree77e746a10a04635169040c906b015f24cf3b7377 /games/xpipeman
parent03a98c0b4ed6b1164f3dfd095617917bfff165c3 (diff)
downloadpkgsrc-031d9f40a968349a789eedc60c51b70c247dcbd9.tar.gz
more work on /var/games scroefiling
Diffstat (limited to 'games/xpipeman')
-rw-r--r--games/xpipeman/Makefile7
-rw-r--r--games/xpipeman/patches/patch-ab13
-rw-r--r--games/xpipeman/pkg/PLIST4
3 files changed, 12 insertions, 12 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index 9f6992cbd49..114ba7bf467 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 1998/09/14 23:52:17 garbled Exp $
#
DISTNAME= xpipeman-1.5
@@ -17,7 +17,8 @@ do-install:
${X11BASE}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6
${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman
- ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores \
- ${X11BASE}/share/xpipeman
+ if [ ! -e /var/games/xpipescores ]; then \
+ ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \
+ fi
.include "../../mk/bsd.pkg.mk"
diff --git a/games/xpipeman/patches/patch-ab b/games/xpipeman/patches/patch-ab
index e733bf29220..082c0d4876b 100644
--- a/games/xpipeman/patches/patch-ab
+++ b/games/xpipeman/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:45 agc Exp $
-
---- Imakefile.orig Sat Aug 1 01:16:57 1998
-+++ Imakefile Sat Aug 1 01:19:02 1998
-@@ -1,5 +1,5 @@
+$NetBSD: patch-ab,v 1.3 1998/09/14 23:52:17 garbled Exp $
+--- Imakefile.orig Tue Jul 28 16:56:27 1992
++++ Imakefile Mon Sep 14 16:37:35 1998
+@@ -1,7 +1,7 @@
- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
-+ SCORE_FILE = -DSCORE_FILE=\"$(X11BASE)/share/xpipeman/xpipescores\"
++ SCORE_FILE = -DSCORE_FILE=\"/var/games/xpipescores\"
MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
+ DEFINES = $(SCORE_FILE) $(MAXSCORES)
+ SRCS = actions.c game.c graphics.c main.c score.c popup.c info.c
+ OBJS = actions.o game.o graphics.o main.o score.o popup.o info.o
diff --git a/games/xpipeman/pkg/PLIST b/games/xpipeman/pkg/PLIST
index fdb4b15ba61..7b060f90d3b 100644
--- a/games/xpipeman/pkg/PLIST
+++ b/games/xpipeman/pkg/PLIST
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 1998/08/01 14:52:45 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/09/14 23:52:17 garbled Exp $
bin/xpipeman
man/man6/xpipeman.6
-share/xpipeman/xpipescores
-@unexec rm -f %D/share/xpipeman/xpipescores
@dirrm share/xpipeman