Dont try to explicitly set MANDIR in the Imakefile - gets it wrong on

some systems.
This commit is contained in:
markd 2011-02-17 08:46:49 +00:00
parent b0ff3d973f
commit ae2fbcce2c
2 changed files with 9 additions and 4 deletions

View file

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.24 2011/01/19 19:31:05 drochner Exp $
$NetBSD: distinfo,v 1.25 2011/02/17 08:46:49 markd Exp $
SHA1 (xfig.3.2.5b.full.tar.gz) = 0730d7e6bc217c0de02682efb0078821512bb542
RMD160 (xfig.3.2.5b.full.tar.gz) = aad4cfd808c116d34218e9890a898652e4f52ab6
Size (xfig.3.2.5b.full.tar.gz) = 5821049 bytes
SHA1 (patch-aa) = c931f4735f7502cc9d7c116378dcd3b420a40c6f
SHA1 (patch-ab) = c68a3ce1c1efbeab6e0f2dac9f91bf87c1515ce4
SHA1 (patch-ab) = e3c240cc325804ec466e7ef77754791b18fd4338
SHA1 (patch-ac) = b43b811dce9aa3cdb5d18dc7c403a4a2e503fd44
SHA1 (patch-ad) = b75238284164fe1e8365c21fab1a5e9102c467d0
SHA1 (patch-ae) = 8bb5d1c01faae34a6ad2cd1eaddf794cbf39a02e

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
$NetBSD: patch-ab,v 1.14 2011/02/17 08:46:50 markd Exp $
--- Imakefile.orig 2009-03-30 17:53:05.000000000 +0200
+++ Imakefile
@ -65,7 +65,7 @@ $NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
XCOMM use (and change) the following if you want the multi-key data base file
XCOMM somewhere other than the standard X11 library directory
@@ -173,7 +176,7 @@ XFIGLIBDIR = $(LIBDIR)/xfig
@@ -173,11 +176,11 @@ XFIGLIBDIR = $(LIBDIR)/xfig
XCOMM XFIGDOCDIR tells where the html and pdf documentation should go
XCOMM XFIGDOCDIR = $(DOCDIR)/xfig
@ -74,6 +74,11 @@ $NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
XCOMM MANDIR tells where the standard man pages should go (no need to change it
XCOMM if you want the man pages installed in the standard place on your system
-MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
+XCOMM MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
XCOMM MANDIR = /usr/local/xfig/man
XCOMM If your system doesn't have strstr undefine the following definition
@@ -241,7 +244,7 @@ INSTDATFLAGS = -m 0644
#ifdef USEJPEG