1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix default CONFFILE. Bump PORTREVISION.

Spotted by:	Andrey Groshev
This commit is contained in:
Hiroki Sato 2009-07-03 15:40:29 +00:00
parent 4e30f95e65
commit 8b45b21d48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237014
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 \