mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
17 lines
653 B
Plaintext
17 lines
653 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/02/23 21:16:16 joerg Exp $
|
|
|
|
--- Imakefile.orig Mon Oct 16 20:18:38 1995
|
|
+++ Imakefile Tue Aug 17 13:48:55 1999
|
|
@@ -5,9 +5,8 @@
|
|
complain about this. Sheesh! :-) */
|
|
HELPDIR = ${USRLIBDIR}/X11
|
|
#else
|
|
-BINDIR = /usr/local/bin /* where you want the binary installed */
|
|
-MANDIR = /usr/local/man/man1 /* where you want the man file installed */
|
|
-HELPDIR = /usr/local/lib /* where you want the help file installed */
|
|
+BINDIR = ${PREFIX}/bin /* where you want the binary installed */
|
|
+HELPDIR = ${PREFIX}/libdata/viewfax /* where you want the help file installed */
|
|
#endif
|
|
|
|
DEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\"
|