mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- openbgpd version 6.5p0 was the "portable" version, which specifically does *not* support kernel routing updates. - Therefore this is only suitable for route servers/collectors, not for production use in routers. This significantly violates POLA :) PR: 213445 Submitted by: Oliver H <oliver@watershed.co.uk>
12 lines
379 B
PHP
12 lines
379 B
PHP
Index: Makefile.inc
|
|
===================================================================
|
|
RCS file: Makefile.inc
|
|
diff -N Makefile.inc
|
|
--- /dev/null 1 Jan 1970 00:00:00 -0000
|
|
+++ Makefile.inc 16 May 2014 01:06:14 -0000 1.5
|
|
@@ -0,0 +1,5 @@
|
|
+# $hrs: openbgpd/Makefile.inc,v 1.5 2014/05/16 01:06:14 hrs Exp $
|
|
+
|
|
+PREFIX?= /usr/local
|
|
+BINDIR?= ${PREFIX}/sbin
|
|
+MANDIR?= ${PREFIX}/man/man
|