parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 05032d2e079f681d7923ab9a861c8b7568c17214
parent d26a2a2dde83d8e685fe1d8eae902569b3c10e40
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 15 May 2020 19:23:52 +0200

net-misc/hurl: Patch MANDIR.

Diffstat:
Mnet-misc/hurl/files/linux.patch | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-misc/hurl/files/linux.patch b/net-misc/hurl/files/linux.patch @@ -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}