diff options
author | joerg <joerg> | 2006-02-23 21:16:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-23 21:16:16 +0000 |
commit | 281372ae1f693344349ceeb6f5a0c2dddff6328b (patch) | |
tree | 0070b2626936581aeb2a838ed171106f0064ad25 /graphics/viewfax | |
parent | 6cdbac4cd291b7e86d7e93eee274c37bcc1a7517 (diff) | |
download | pkgsrc-281372ae1f693344349ceeb6f5a0c2dddff6328b.tar.gz |
Use IMAKE_MAN_SUFFIX. Let imake decide itself where it wants to install
the man page.
Diffstat (limited to 'graphics/viewfax')
-rw-r--r-- | graphics/viewfax/PLIST | 4 | ||||
-rw-r--r-- | graphics/viewfax/distinfo | 4 | ||||
-rw-r--r-- | graphics/viewfax/patches/patch-aa | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/viewfax/PLIST b/graphics/viewfax/PLIST index b3b282dac2e..5d6287813e1 100644 --- a/graphics/viewfax/PLIST +++ b/graphics/viewfax/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/02 19:47:25 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/02/23 21:16:16 joerg Exp $ bin/viewfax libdata/viewfax/viewfax.tif -${IMAKE_MAN_DIR}/viewfax.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_DIR}/viewfax.${IMAKE_MAN_SUFFIX} @dirrm libdata/viewfax diff --git a/graphics/viewfax/distinfo b/graphics/viewfax/distinfo index 0635a1fd74b..8c358611711 100644 --- a/graphics/viewfax/distinfo +++ b/graphics/viewfax/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 08:45:14 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/02/23 21:16:16 joerg Exp $ SHA1 (viewfax-2.4.tar.gz) = 97162d138010acae67801a3ce3923095b8f3889c RMD160 (viewfax-2.4.tar.gz) = ed3525abd05ff1c1aaf84639d49c0b4824461e33 Size (viewfax-2.4.tar.gz) = 55892 bytes -SHA1 (patch-aa) = fce838fb1e79a557065b5821f564e91c1f4e4f07 +SHA1 (patch-aa) = ce794583417c801ec1cad0ae933233f25f2c128a 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 |