Revert "config.mk: Fix PREFIX assignment"

"?=" is not POSIX, packagers should use "make PREFIX=".
This reverts commit c225c43151.
This commit is contained in:
drkhsh 2022-12-19 19:26:57 +01:00
parent 305aa5138a
commit 034c591a95
1 changed files with 1 additions and 1 deletions

View File

@ -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