tnet-misc/hurl: Patch MANDIR. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 05032d2e079f681d7923ab9a861c8b7568c17214
 (DIR) parent d26a2a2dde83d8e685fe1d8eae902569b3c10e40
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 15 May 2020 19:23:52 +0200
       
       net-misc/hurl: Patch MANDIR.
       
       Diffstat:
         M net-misc/hurl/files/linux.patch     |       9 ++++++---
       
       1 file changed, 6 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/net-misc/hurl/files/linux.patch b/net-misc/hurl/files/linux.patch
       t@@ -1,10 +1,13 @@
        diff --git a/Makefile b/Makefile
       -index 3e9eb12..ad830b4 100644
       +index 3e9eb12..ab5739c 100644
        --- a/Makefile
        +++ b/Makefile
       -@@ -7,8 +7,8 @@ PREFIX = /usr/local
       +@@ -5,10 +5,10 @@ VERSION = 0.3
       + 
       + PREFIX = /usr/local
         BINDIR = ${PREFIX}/bin
       - MANDIR = ${PREFIX}/man/man1
       +-MANDIR = ${PREFIX}/man/man1
       ++MANDIR = ${PREFIX}/share/man/man1
         
        -HURL_CFLAGS = ${CFLAGS}
        -HURL_LDFLAGS = -ltls ${LDFLAGS}