RMD160 (aha-0.4.8.tar.gz) = 423311d1dd79ada23c4a67daae1a064afeb76ca4
SHA512 (aha-0.4.8.tar.gz) = 8d66ee7ec6d59873c1f0bedbc4deecd0c7b84c18069d2181d7b0563d9600821455c62c37c0af1774c7190ce08b14ec52f10bdf2c15a97fd29a2b6b095d5924fa
Size (aha-0.4.8.tar.gz) = 6744 bytes
-SHA1 (patch-Makefile) = 6fb0dc5c2b8df0a42a348c325a10a7ce61e066b2
+SHA1 (patch-Makefile) = 286dff9d54aaf82c397d3e979e0f1b04fc29093d
$NetBSD$
+Sent upstream: https://github.com/theZiz/aha/pull/15
+
+Allow to overwrite MANDIR, it's OS specific and configurable in pkgsrc. It's
+usually share/man (GNU) or man (BSD).
+
+Files must be installed with specific file mode. Previously man-page was
+installed with executable bit.
+
+BIN:= and MAN:= didn't work well with overwrittable MANDIR, go for canonical
+way of using these paths.
+
--- Makefile.orig 2015-01-24 12:12:35.000000000 +0000
+++ Makefile
@@ -1,22 +1,22 @@