updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / heirloom-sh / 000-config.diff
blob10f5e4dba0feda4830ac977293b4041c9ab756f6
1 --- heirloom-sh/makefile.orig 2010-12-16 02:22:05.400000007 -0430
2 +++ heirloom-sh/makefile 2010-12-16 02:24:37.463333339 -0430
3 @@ -1,3 +1,5 @@
4 +PREFIX=/usr/heirloom
7 # Root directory. Mainly useful for package building; leave empty for
8 # normal installation.
9 @@ -7,12 +9,12 @@
11 # The destination directory for the "sh" and "jsh" binaries.
13 -SV3BIN=/usr/5bin
14 +SV3BIN=$(PREFIX)/bin
17 # Location for manual pages (with man1 below).
19 -MANDIR=/usr/share/man/5man
20 +MANDIR=$(PREFIX)/share/man
23 # Enable this definition if spell checking should be done for the
24 @@ -23,7 +25,7 @@
26 # A BSD-compatible install command.
28 -UCBINST=/usr/ucb/install
29 +UCBINST=install
32 # The strip command that is used at installation time.