diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-23 21:16:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-23 21:16:16 +0000 |
commit | 3f092b20be9648d6d99c619c72231f54bac2725f (patch) | |
tree | 0070b2626936581aeb2a838ed171106f0064ad25 /graphics/viewfax/patches | |
parent | 1cdc987af7dd41b7d9c4e1af022e990334a7ee31 (diff) | |
download | pkgsrc-3f092b20be9648d6d99c619c72231f54bac2725f.tar.gz |
Use IMAKE_MAN_SUFFIX. Let imake decide itself where it wants to install
the man page.
Diffstat (limited to 'graphics/viewfax/patches')
-rw-r--r-- | graphics/viewfax/patches/patch-aa | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/viewfax/patches/patch-aa b/graphics/viewfax/patches/patch-aa index 9ddee27e62e..6245f6307ee 100644 --- a/graphics/viewfax/patches/patch-aa +++ b/graphics/viewfax/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ +$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,9 @@ +@@ -5,9 +5,8 @@ complain about this. Sheesh! :-) */ HELPDIR = ${USRLIBDIR}/X11 #else @@ -10,7 +10,6 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ -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 */ -+MANDIR = ${PREFIX}/man/cat1 /* where you want the man file installed */ +HELPDIR = ${PREFIX}/libdata/viewfax /* where you want the help file installed */ #endif |