commit 5bc3650669e4c12105b944058b0f9cdeb186e2e5
Author: FRIGN <[email protected]>
AuthorDate: Wed Jan 6 18:15:52 2016 +0100
Commit: FRIGN <[email protected]>
CommitDate: Wed Jan 6 18:15:52 2016 +0100
Install manpages in $PREFIX/man not $PREFIX/share/man
Real men use /man and don't /share/man
diff --git a/config.mk b/config.mk
index f123dc1..1d20034 100644
--- a/config.mk
+++ b/config.mk
@@ -2,7 +2,7 @@
# paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
+MANPREFIX = ${PREFIX}/man
PNGLIB = /usr/local/lib
PNGINC = /usr/local/include