diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/openbgpd/Makefile | 2 | ||||
-rw-r--r-- | net/openbgpd/files/patch-bgpd_Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index 09a45e3515fc..eb2343a099d3 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openbgpd PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= OpenBGPD diff --git a/net/openbgpd/files/patch-bgpd_Makefile b/net/openbgpd/files/patch-bgpd_Makefile index 74a6df5c809c..80ee1f6855d9 100644 --- a/net/openbgpd/files/patch-bgpd_Makefile +++ b/net/openbgpd/files/patch-bgpd_Makefile @@ -2,17 +2,17 @@ Index: bgpd/Makefile =================================================================== RCS file: /home/cvs/private/hrs/openbgpd/bgpd/Makefile,v retrieving revision 1.1.1.1 -retrieving revision 1.3 -diff -u -p -r1.1.1.1 -r1.3 +retrieving revision 1.4 +diff -u -p -r1.1.1.1 -r1.4 --- bgpd/Makefile 30 Jun 2009 05:46:15 -0000 1.1.1.1 -+++ bgpd/Makefile 30 Jun 2009 06:56:51 -0000 1.3 ++++ bgpd/Makefile 3 Jul 2009 15:32:15 -0000 1.4 @@ -1,17 +1,20 @@ # $OpenBSD: Makefile,v 1.27 2007/12/20 17:08:47 henning Exp $ -.PATH: ${.CURDIR}/.. +.PATH: ${.CURDIR}/.. ${.CURDIR}/../openbsd-compat + -+CONFFILE?= /etc/bgpd.h ++CONFFILE?= ${PREFIX}/etc/bgpd.conf PROG= bgpd SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \ |