12 lines
359 B
Text
12 lines
359 B
Text
$NetBSD: patch-aa,v 1.2 2010/02/14 21:23:50 joerg 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=\"${VARBASE}/games/svb.scorefile\"
|
|
|
|
ComplexProgramTarget(svb)
|
|
|