2005-10-05 05:51:47 -04:00
|
|
|
$OpenBSD: patch-Imakefile,v 1.1 2005/10/05 09:51:47 bernd Exp $
|
|
|
|
--- Imakefile.orig Sun Nov 14 11:19:13 2004
|
|
|
|
+++ Imakefile Fri Sep 30 12:07:27 2005
|
2004-05-17 12:32:33 -04:00
|
|
|
@@ -1,13 +1,6 @@
|
2000-06-09 20:57:58 -04:00
|
|
|
# Imakefile for viewfax
|
|
|
|
|
2004-05-17 12:32:33 -04:00
|
|
|
-#if 0
|
|
|
|
-define these if the defaults are unsuitable
|
2000-01-23 02:30:37 -05:00
|
|
|
-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 */
|
2000-06-09 20:57:58 -04:00
|
|
|
-#endif
|
2004-05-17 12:32:33 -04:00
|
|
|
-
|
|
|
|
-HELPDIR = ${USRLIBDIR}/X11
|
|
|
|
+HELPDIR = ${USRLIBDIR}/X11/viewfax
|
2000-01-23 02:30:37 -05:00
|
|
|
DEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\"
|
2005-10-05 05:51:47 -04:00
|
|
|
/* add -DREAL_ROOT to the line above if you are running KDE2.1 */
|
2000-06-09 20:57:58 -04:00
|
|
|
|