38980a8e85
Tested by loux.thefuture@gmail.com Changes since 1.3.0: 1.3.4: released 2007-04-16 - fix two release critical packet reordering bugs [Oester] - accept both types of domain delimiter [Cameron] - deprecate PPP_WAIT workaround in favour of turning off pty echo [Brady] 1.3.3: released 2006-09-05 - add missing connections option in sample pptpd.conf [Cameron] - add message to indicate when constrained by IP range [Cameron] - fix segfault on -C option, Closes Gentoo Bug #132898 [Nastac] - support mixed architecture build on x86_64 [Gorlov] - fix configure --with and --without option processing again [Cameron] - include libutil in logwtmp build [Gorlov] - fix spec file [Howarth] 1.3.2: released 2006-04-18 - fix configure --with and --without option processing [Cameron] - avoid reporting packet loss if debug option not set [Cameron] 1.3.1: released 2006-02-14 - make connections limit configurable at run-time [Cameron] - migrate --with-pppd-ip-alloc to delegate option [Cameron] - prevent initial unwanted GRE ACK [Barker] - bcrelay, ignore ENOBUFS [Rajkumar] - remove superfluous sigset [Cameron/Gono] - compilation fixes for gcc 4.0.1 [Cameron] - factorise argument processing in pptpctrl [Cameron/Visi]
15 lines
440 B
Text
15 lines
440 B
Text
$NetBSD: patch-aj,v 1.2 2011/02/12 16:47:44 asau Exp $
|
|
|
|
--- plugins/Makefile.orig 2006-08-03 06:02:01.000000000 +0400
|
|
+++ plugins/Makefile 2011-02-12 17:08:54.000000000 +0300
|
|
@@ -21,8 +21,8 @@
|
|
LIBDIR ?= $(DESTDIR)$(prefix)/lib/pptpd
|
|
|
|
install: $(PLUGINS)
|
|
- $(INSTALL) -d $(LIBDIR)
|
|
- $(INSTALL) $? $(LIBDIR)
|
|
+ $(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LIBDIR)
|
|
+ $(BSD_INSTALL_LIB) $? $(DESTDIR)$(LIBDIR)
|
|
|
|
uninstall:
|
|
rm -f $(LIBDIR)$(PLUGINS)
|