pkgsrc/net/pppd/patches/patch-ag
jlam 1b2a685d95 net/pppd: Install manpages into ${PKGMANDIR}.
Patch the project makefiles to set MANDIR to the point to the
correct location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:36 +00:00

15 lines
380 B
Text

$NetBSD: patch-ag,v 1.2 2017/08/19 00:24:36 jlam Exp $
--- linux/Makefile.top.orig 2004-10-31 23:25:16.000000000 +0100
+++ linux/Makefile.top
@@ -3,8 +3,8 @@
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
INCDIR = $(DESTDIR)/include
-MANDIR = $(DESTDIR)/share/man
-ETCDIR = @SYSCONF@/ppp
+MANDIR = $(DESTDIR)/$(PKGMANDIR)
+ETCDIR = @SYSCONF@
# uid 0 = root
INSTALL= install