diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:59:58 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:59:58 +0400 |
commit | 3c27ee33489248bed354ff095a57603cbf9310bb (patch) | |
tree | 675dfae27cd9e1e98ec0ea583977e33d088c942d | |
parent | da724b19ffdbb90e4077147a43aba3fc669e1e43 (diff) |
makefile prefix can be set
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ VERSION = 5.3 # paths -PREFIX = /usr/local -MANPREFIX = $(PREFIX)/share/man +PREFIX ?= /usr/local +MANPREFIX ?= $(PREFIX)/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib |