blob: b14676dc26057a87d2afab910d534897cbe93387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- Makefile 2007-03-18 12:41:13.000000000 -0500
+++ Makefile.new 2007-03-25 23:06:35.000000000 -0500
@@ -1,5 +1,5 @@
# Other paths are relative to this.
-PREFIX ?= /usr/local
+PREFIX ?= /usr
# Where to install the executable.
BINPATH ?= $(PREFIX)/bin
@@ -14,7 +14,7 @@
export LOCALEDIR ?= $(PREFIX)/share/locale
# Where to install the man page.
-MYMANPATH ?= $(PREFIX)/share/man/man1
+MYMANPATH ?= $(PREFIX)/man/man1
# Where to install the .desktop file
DESKTOPPATH ?= $(PREFIX)/share/applications
|