diff options
Diffstat (limited to 'games/svb/patches/patch-aa')
-rw-r--r-- | games/svb/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/svb/patches/patch-aa b/games/svb/patches/patch-aa new file mode 100644 index 00000000000..1face5fde2e --- /dev/null +++ b/games/svb/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 1998/09/07 03:23:09 garbled Exp $ +--- Imakefile.orig Sun Sep 6 20:07:30 1998 ++++ Imakefile Sun Sep 6 20:07:39 1998 +@@ -1,7 +1,7 @@ + SRCS = score.c svs.c + OBJS = score.o svs.o + LOCAL_LIBRARIES = -lX11 +-DEFINES = -DSCOREFILE=\"/tmp/svb.scorefile\" ++DEFINES = -DSCOREFILE=\"/var/games/svb.scorefile\" + + ComplexProgramTarget(svb) + |