--- Config.mk.orig	Tue Feb 16 17:21:15 1999
+++ Config.mk	Mon Jun 28 13:59:59 1999
@@ -3,23 +3,23 @@
 #  one of:
 #    linux.i386   osf.alpha    sgi.mips3    sol.sun4
 #    hp.pa        sgi.mips2    sol.i386
-ARCH=$ARCH
+ARCH=freebsd.i386
 
 # specify installation targets
 # The actual builds occur 3 levels down from the root directory,
 # so the default value of INSTALLROOT will create the bin and lib
 # directories under the root.
-INSTALLROOT=../../..
+INSTALLROOT=$(PREFIX)
 
 # specify tcl/tk info
 # suffix on libtcl
-TCLVERSION=8.0
+TCLVERSION=8.2
 
 # tcl root directory
-TCLDIR=/usr/common/tcl8.0
+TCLDIR=$(PREFIX)/lib/tcl8.2
 
 # tk root directory
-TKDIR=/usr/common/tk8.0
+TKDIR=$(PREFIX)/lib/tk8.2
 
 # location for tcl packages
 # This is where the various tcl-based packages are installed.
@@ -27,7 +27,7 @@
 # usually not writable by mortals. To get around this, you
 # can invoke tcl with a flag telling it where to look; see
 # the note on tcldot in the README file.
-TCL_PKGDIR=$(INSTALLROOT)/lib
+TCL_PKGDIR=$(PREFIX)/lib
 
 ##############################################
 # The following shouldn't need to be changed.
@@ -39,17 +39,17 @@
 MANDIR=$(INSTALLROOT)/man/man1
 LIBMANDIR=$(INSTALLROOT)/man/man3
 PKGMANDIR=$(INSTALLROOT)/man/mann
-DOCDIR=$(INSTALLROOT)/doc                # postscipt and html docs
+DOCDIR=$(INSTALLROOT)/share/doc/graphviz                # postscipt and html docs
 
 # location of libtcl.a
-TCL_LIBDIR=$(TCLDIR)/lib
+TCL_LIBDIR=$(PREFIX)/lib
 # location of tcl.h
-TCL_INCDIR=$(TCLDIR)/include
+TCL_INCDIR=$(PREFIX)/include/tcl8.2
 
 # location of libtk.a
-TK_LIBDIR=$(TKDIR)/lib
+TK_LIBDIR=$(PREFIX)/lib
 # location of tk.h
-TK_INCDIR=$(TKDIR)/include
+TK_INCDIR=$(PREFIX)/include/tk8.2
 
 # version number on shared libraries
 VERSION=1.4
