updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / heirloom-pkgtools / 000-config.diff
blob70468c634a20d24a164a0c7639141eab3ba1f750
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
4 @@ -2,36 +2,36 @@
5 # Path to the Heirloom Bourne shell. It is used during compilation
6 # as well as by the package commands.
8 -SHELL = /usr/5bin/sh
9 +SHELL = $(BINDIR)/sh
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.
21 -CCSDIR=/usr/ccs
22 +CCSDIR=$(PREFIX)
25 # Prefixes.
27 -PREFIX=/usr
28 +PREFIX=/usr/heirloom
29 VAR=/var
32 # Where to place binaries. This must be the same place
33 # where the Heirloom Toolchest binaries are installed.
35 -BINDIR=$(PREFIX)/5bin
36 +BINDIR=$(PREFIX)/bin
39 # Where to place superuser-only binaries. This may be
40 # the same place as the binary directory.
42 -SBINDIR=$(PREFIX)/5bin
43 +SBINDIR=$(BINDIR)
46 # Where to place configuration files.
47 @@ -41,17 +41,17 @@
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.
57 -VSADMDIR=$(VAR)/sadm
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.