diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-25 10:47:13 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-25 10:47:13 +0000 |
commit | 657e459caeea104dcb03831fa166a4abd5c8134b (patch) | |
tree | 38ee171587fdb061b0aab7ae5b8fb22a824fcfe6 /net/openbgpd | |
parent | 1f2bae50fc6966518767881824259cc6e74b9582 (diff) |
Notes
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index 64ec2c61b000..3b0fdc448718 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -28,7 +28,7 @@ USE_RC_SUBR= openbgpd.sh MAKE_ENV= BINDIR="${PREFIX}/sbin" \ MANDIR="${PREFIX}/man/man" -EXTRA_PATCHES?= ${.CURDIR}/stable-bgpd_bgpd.8 +EXTRA_PATCHES?= ${.CURDIR}/files/stable-bgpd_bgpd.8 PLIST_FILES= sbin/bgpctl \ sbin/bgpd |