Description: follow FHS and install the manpages in /usr/share
Author: Mattia Rizzolo <mattia@debian.org>
Last-Update: 2015-12-23
Forwarded: no

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 PREFIX ?= /usr/local
 
 BINDIR = $(PREFIX)/bin
-MANDIR = $(PREFIX)/man
+MANDIR = $(PREFIX)/share/man
 MAN1DIR= $(MANDIR)/man1
 
 
