aha: Comment the patch
authorKamil Rytarowski <n54@gmx.com>
Tue, 12 Jan 2016 21:35:06 +0000 (22:35 +0100)
committerKamil Rytarowski <n54@gmx.com>
Tue, 12 Jan 2016 21:35:06 +0000 (22:35 +0100)
aha/distinfo
aha/patches/patch-Makefile

index d0295dba3de930aff889d0d60d5cc8db41f9189a..a2ad338ecdb3f1345f91ddaff5ffef5f4b1bc848 100644 (file)
@@ -4,4 +4,4 @@ SHA1 (aha-0.4.8.tar.gz) = 45d91e1cda8663e8bf0c5fa8b94e4d2290aa9895
 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
index 40aac0c15e5f9c24cbfa89fb6c97752b1a515d9b..ac464f71b4c29724ec2cce098bf97ffdfb3a37fa 100644 (file)
@@ -1,5 +1,16 @@
 $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 @@