1 diff -ru heirloom-pkgtools-070227.orig/mk.config heirloom-pkgtools-070227/mk.config
2 --- heirloom-pkgtools-070227.orig/mk.config 2007-02-27 16:13:42.000000000 -0400
3 +++ heirloom-pkgtools-070227/mk.config 2010-12-16 20:24:15.273333340 -0430
5 # Path to the Heirloom Bourne shell. It is used during compilation
6 # as well as by the package commands.
12 # A BSD-compatible install command.
14 -INSTALL=/usr/ucb/install
15 +INSTALL=$(BINDIR)/ucb/install
18 # Where the Heirloom Development Tools package has been placed.
19 # $(CCSDIR)/bin must also be in the PATH setting when building.
32 # Where to place binaries. This must be the same place
33 # where the Heirloom Toolchest binaries are installed.
35 -BINDIR=$(PREFIX)/5bin
39 # Where to place superuser-only binaries. This may be
40 # the same place as the binary directory.
42 -SBINDIR=$(PREFIX)/5bin
46 # Where to place configuration files.
49 # Where to place (read-only) helper files.
51 -SADMDIR=$(PREFIX)/sadm
52 +SADMDIR=$(PREFIX)/share/sadm
55 # Where to place the database of installed packages.
58 +VSADMDIR=$(VAR)/lib/sadm
61 # Where to place manual pages.
63 -MANDIR=$(PREFIX)/share/man/5man
64 +MANDIR=$(PREFIX)/share/man
67 # Binaries are stripped with this command after installation.