blob: 7d57757a93109c17eec157c9c3455b4c94e37817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.std.orig 2010-02-19 13:12:10.000000000 -0600
+++ ./Makefile.std 2010-02-19 13:14:50.000000000 -0600
@@ -56,7 +56,7 @@
### NOTE: Users of old K&R compilers (i.e., any version not supporting C89
### string concatenation, such as "fub" "ar" => "fubar") should update
### xvtext.c:1831 (or thereabouts) if either PREFIX or DOCDIR changes:
-PREFIX = /usr/local
+PREFIX = /usr
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man/man1
MANSUF = 1
|