Revert "config.mk: Fix PREFIX assignment"
"?=" is not POSIX, packagers should use "make PREFIX=".
This reverts commit c225c43151
.
This commit is contained in:
parent
305aa5138a
commit
034c591a95
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ VERSION = 0
|
|||
# customize below to fit your system
|
||||
|
||||
# paths
|
||||
PREFIX ?= /usr/local
|
||||
PREFIX = /usr/local
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
|
||||
X11INC = /usr/X11R6/include
|
||||
|
|
Loading…
Reference in a new issue