1b2a685d95
Patch the project makefiles to set MANDIR to the point to the correct location for installed manpages under ${PKGMANDIR}.
13 lines
348 B
Text
13 lines
348 B
Text
$NetBSD: patch-bk,v 1.2 2017/08/19 00:24:36 jlam Exp $
|
|
|
|
--- pppstats/Makefile.linux.orig 2004-10-31 23:09:03.000000000 +0100
|
|
+++ pppstats/Makefile.linux
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
DESTDIR = @DESTDIR@
|
|
BINDIR = $(DESTDIR)/sbin
|
|
-MANDIR = $(DESTDIR)/share/man/man8
|
|
+MANDIR = $(DESTDIR)/$(PKGMANDIR)/man8
|
|
|
|
PPPSTATSRCS = pppstats.c
|
|
PPPSTATOBJS = pppstats.o
|