1b2a685d95
Patch the project makefiles to set MANDIR to the point to the correct location for installed manpages under ${PKGMANDIR}.
12 lines
366 B
Text
12 lines
366 B
Text
$NetBSD: patch-bd,v 1.2 2017/08/19 00:24:36 jlam Exp $
|
|
|
|
--- pppdump/Makefile.linux.orig 2004-10-31 02:36:52.000000000 +0200
|
|
+++ pppdump/Makefile.linux
|
|
@@ -1,6 +1,6 @@
|
|
DESTDIR = @DESTDIR@
|
|
BINDIR = $(DESTDIR)/sbin
|
|
-MANDIR = $(DESTDIR)/share/man/man8
|
|
+MANDIR = $(DESTDIR)/$(PKGMANDIR)/man8
|
|
|
|
CFLAGS= -O -I../include/net
|
|
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
|