2010-05-19 10:58:23 +02:00
|
|
|
--- ./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:
|
2009-08-26 17:00:38 +02:00
|
|
|
-PREFIX = /usr/local
|
2010-05-19 10:58:23 +02:00
|
|
|
+PREFIX = /usr
|
2009-08-26 17:00:38 +02:00
|
|
|
BINDIR = $(PREFIX)/bin
|
2010-05-19 10:58:23 +02:00
|
|
|
MANDIR = $(PREFIX)/share/man/man1
|
2009-08-26 17:00:38 +02:00
|
|
|
MANSUF = 1
|