deaf0af
diff -up xfig.3.2.5b/Imakefile.fed xfig.3.2.5b/Imakefile
deaf0af
--- xfig.3.2.5b/Imakefile.fed	2012-08-12 16:54:00.102765148 +0200
deaf0af
+++ xfig.3.2.5b/Imakefile	2012-08-12 16:57:32.883846828 +0200
9e9c7e0
@@ -45,7 +45,7 @@ XCOMM Don't set the DESTDIR variable unl
df602a0
 XCOMM different tree than the "correct" tree that your X system expects. The usual
df602a0
 XCOMM purpose of DESTDIR is to test an install process by installing in a benign area.
df602a0
 
df602a0
-XCOMM XAPPLOADDIR = /home/user/xfig
df602a0
+XAPPLOADDIR = /usr/share/X11/app-defaults
df602a0
 
65eae56
 XCOMM Comment out the following definition for XAW3D if you don't to want to use
65eae56
 XCOMM the 3d Athena Widget Set
deaf0af
@@ -169,15 +169,14 @@ XCOMM be sure to comment out the second
df602a0
 XCOMM XFIGLIBDIR = $(LIBDIR)
df602a0
 
df602a0
 XCOMM use this if you want the multi-key data base file in the standard X11 tree
df602a0
-XFIGLIBDIR = $(LIBDIR)/xfig
df602a0
+XFIGLIBDIR = /usr/share/xfig
df602a0
 
df602a0
 XCOMM XFIGDOCDIR tells where the html and pdf documentation should go
deaf0af
-XCOMM XFIGDOCDIR = $(DOCDIR)/xfig
deaf0af
-XFIGDOCDIR = /usr/local/xfig/doc
deaf0af
+XFIGDOCDIR = /usr/share/doc/xfig
df602a0
 
df602a0
 XCOMM MANDIR tells where the standard man pages should go (no need to change it
df602a0
 XCOMM if you want the man pages installed in the standard place on your system
df602a0
-MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
df602a0
+MANDIR = /usr/share/man/man1
65eae56
 XCOMM MANDIR = /usr/local/xfig/man
df602a0
 
df602a0
 XCOMM If your system doesn't have strstr undefine the following definition