geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit c621504ace8d627d861d28207fa0ad1dae052c66
parent 6bd70799dd4b251643bedbc005f7913927524f8c
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 16 Aug 2014 16:25:55 +0200

Changing the default man path.

Modern distributions use $PREFIX/share/man

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ VERSION = 0.26.3 PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin -MANDIR ?= $(PREFIX)/man/man8 +MANDIR ?= $(PREFIX)/share/man8 CFLAGS += -O2 -Wall -I. -I/usr/include LDFLAGS += -L/usr/lib -L. -lc