From: Jeremy Hinegardner Date: Sun, 16 Nov 2008 00:29:03 +0000 (-0700) Subject: [BUILD] fix MANDIR default location to match documentation X-Git-Tag: v1.3.16-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3b4038207d17a471d009e2db8a5854423fcf2a;p=thirdparty%2Fhaproxy.git [BUILD] fix MANDIR default location to match documentation I found this while building for Fedora. (cherry picked from commit a2b53f8831b84b7c8647d7e960b84defd3bcbfa8) (cherry picked from commit 2cac232b966a252951073d7b1a4bba4c4a730978) --- diff --git a/Makefile b/Makefile index 1f940d3a47..dc39ec4784 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ DESTDIR = PREFIX = /usr/local SBINDIR = $(PREFIX)/sbin -MANDIR = $(PREFIX)/man +MANDIR = $(PREFIX)/share/man DOCDIR = $(PREFIX)/doc/haproxy #### TARGET system