blob: 956b6153f7600b76afbd090458bfed007954e05f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.3 2006/12/27 13:37:37 joerg Exp $
--- Imakefile.orig 2003-05-18 20:53:02.000000000 +0200
+++ 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:
-SHAREDIR=/share/rmap
+SHAREDIR=${PREFIX}/share/rmap
XCOMM Default external utilities :
XCOMM PostScript viewer, image viewer, HTML viewer, Print command
|