pkgsrc/net/pppd/patches/patch-av
cube 3e86158156 Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.
The PPP Daemon is the userland part of the Point-to-Point Protocol.  It works
in combination with a dedicated kernel network interface usually named ppp.
PPP is a very extensible protocol and pppd supports a large number of options,
including compression (through various algorithms), cryptography (Microsoft's
MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has
the relevant back-ends in some cases.
2005-01-02 02:51:40 +00:00

13 lines
407 B
Text

$NetBSD: patch-av,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
--- pppd/plugins/radius/Makefile.linux.orig 2004-11-14 08:02:31.000000000 +0100
+++ pppd/plugins/radius/Makefile.linux
@@ -4,7 +4,7 @@
#
DESTDIR = @DESTDIR@
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)