Description: install the upstream manpage in right place.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2015-07-24
Index: hashrat-1.6.1/Makefile.in
===================================================================
--- hashrat-1.6.1.orig/Makefile.in
+++ hashrat-1.6.1/Makefile.in
@@ -66,5 +66,5 @@ distclean:
 install: hashrat
 	-mkdir -p $(DESTDIR)$(prefix)/bin
 	cp -f $(EXE) $(DESTDIR)$(prefix)/bin
-	-mkdir -p $(DESTDIR)$(prefix)/man/man1
-	cp -f hashrat.1 $(DESTDIR)$(prefix)/man/man1
+	-mkdir -p $(DESTDIR)$(prefix)/share/man/man1
+	cp -f hashrat.1 $(DESTDIR)$(prefix)/share/man/man1
