Files
2013-09-26 17:14:40 +02:00

18 lines
440 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2001/10/02 13:15:56 wiz Exp $
--- dipmap.orig Wed Jan 14 20:20:05 1998
+++ dipmap
@@ -2,10 +2,10 @@
# front end to mapit program
# where the mapit program and data files live
-set MAPDIR = "/home/kovar/mapit"
+set MAPDIR = "@PREFIX@/share/mapit"
# the mapit command line...
-set MAPIT = "$MAPDIR/mapit"
+set MAPIT = "@PREFIX@/libexec/mapit"
setenv ARGS ""
set OUTPUT = "diplomacy.map.$$"
set EXIT = 0