From 85d7f2762e9fa1bf927955be1dca03e0a3b91aff Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Thu, 13 Apr 2017 20:26:09 +0530
Subject: [PATCH] Move man to $PREFIX/share/man

---
 Makefile         | 2 +-
 Makefile.generic | 2 +-
 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