aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Makefile.generic2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a0e77f..7545534 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 1.0
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/man
+MANPREFIX = $(PREFIX)/share/man
CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
LDLIBS = -lcurses
diff --git a/Makefile.generic b/Makefile.generic
index 5a656c3..eed4b45 100644
--- a/Makefile.generic
+++ b/Makefile.generic
@@ -1,7 +1,7 @@
VERSION = 1.0
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/man
+MANPREFIX = $(PREFIX)/share/man
CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter
LDLIBS = -lcurses