changed default PREFIX and MANDIR

This commit is contained in:
Przemyslaw Skibinski
2016-12-28 12:32:41 +01:00
parent 63b0014b96
commit 75f3a3a335
2 changed files with 6 additions and 11 deletions
+1 -6
View File
@@ -98,12 +98,7 @@ else
INSTALL ?= install
endif
ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
PREFIX ?= /usr
else
PREFIX ?= /usr/local
endif
PREFIX ?= /usr/local
DESTDIR ?=
LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include