pkgsrc/games/dipmap/patches/patch-aa
wiz e113c1fb15 Initial import of dipmap-1.16, a tool to draw postscript diplomacy maps
from judge output.
Based on a package by Nate Johnston on netbsd-users, heavily modified
by me.
2001-10-02 13:15:56 +00:00

17 lines
440 B
Text

$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