summaryrefslogtreecommitdiff
path: root/geography/xrmap-base/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'geography/xrmap-base/patches/patch-ab')
-rw-r--r--geography/xrmap-base/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/geography/xrmap-base/patches/patch-ab b/geography/xrmap-base/patches/patch-ab
new file mode 100644
index 00000000000..2230667de1b
--- /dev/null
+++ b/geography/xrmap-base/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2004/09/09 10:26:27 drochner Exp $
+
+--- editkit/Imakefile.orig 2003-05-18 21:41:24.000000000 +0200
++++ editkit/Imakefile
+@@ -1,14 +1,6 @@
+-XCOMM Should install to /usr or /usr/local ??
+-DESTDIR=/usr
+-
+-XCOMM Name of man subdirectory of DESTDIR:
+-MANDIR=/X11R6/man/man1
+-
+-XCOMM Name of bin subdirectory of DESTDIR: /X11R6/bin or maybe just /bin
+-BINDIR=/X11R6/bin
+
+ XCOMM Name of share subdirectory of DESTDIR:
+-SHARE_DIR=/share/editkit
++SHARE_DIR=${PREFIX}/share/editkit
+
+ XCOMM
+ XCOMM Normally -- except for new architectures -- you should be done there.