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