19 lines
474 B
Diff
19 lines
474 B
Diff
|
--- Makefile.orig 2011-01-26 12:36:21.000000000 +0200
|
||
|
+++ Makefile 2011-07-16 17:30:18.210000038 +0300
|
||
|
@@ -29,13 +29,13 @@
|
||
|
XCFLAGS = -DTLF_FONTS
|
||
|
|
||
|
# Where to install files
|
||
|
-prefix = /usr/local
|
||
|
+prefix = /usr
|
||
|
|
||
|
# Where the executables should be put
|
||
|
BINDIR = $(prefix)/bin
|
||
|
|
||
|
# Where the man page should be put
|
||
|
-MANDIR = $(prefix)/man
|
||
|
+MANDIR = $(prefix)/share/man
|
||
|
|
||
|
# Where figlet will search first for fonts (the ".flf" files).
|
||
|
DEFAULTFONTDIR = $(prefix)/share/figlet
|