summarylogtreecommitdiffstats
path: root/000-config.diff
blob: 2c9b3c5df89a451dcfed4e0ea734f8b43ae771ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
diff -ru heirloom-pkgtools-070227.orig/mk.config heirloom-pkgtools-070227/mk.config
--- heirloom-pkgtools-070227.orig/mk.config	2007-02-27 16:13:42.000000000 -0400
+++ heirloom-pkgtools-070227/mk.config	2010-12-16 20:24:15.273333340 -0430
@@ -2,36 +2,36 @@
 # Path to the Heirloom Bourne shell. It is used during compilation
 # as well as by the package commands.
 #
-SHELL = /sbin/sh
+SHELL = $(BINDIR)/sh
 
 #
 # A BSD-compatible install command.
 #
-INSTALL=/usr/ucb/install
+INSTALL=$(BINDIR)/ucb/install
 
 #
 # Where the Heirloom Development Tools package has been placed.
 # $(CCSDIR)/bin must also be in the PATH setting when building.
 #
-CCSDIR=/usr/ccs
+CCSDIR=$(PREFIX)
 
 #
 # Prefixes.
 #
-PREFIX=/usr
+PREFIX=/usr/heirloom
 VAR=/var
 
 #
 # Where to place binaries. This must be the same place
 # where the Heirloom Toolchest binaries are installed.
 #
-BINDIR=$(PREFIX)/5bin
+BINDIR=$(PREFIX)/bin
 
 #
 # Where to place superuser-only binaries. This may be
 # the same place as the binary directory.
 #
-SBINDIR=$(PREFIX)/5bin
+SBINDIR=$(BINDIR)
 

 #
 # Where to place the database of installed packages.
 #
-VSADMDIR=$(VAR)/sadm
+VSADMDIR=$(VAR)/lib/sadm
 
 
 #
 # Binaries are stripped with this command after installation.