mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
21 lines
576 B
Plaintext
21 lines
576 B
Plaintext
$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
|