diff --git a/net/openbgpd6/Makefile b/net/openbgpd6/Makefile index 397e413e822c..0980a46b6844 100644 --- a/net/openbgpd6/Makefile +++ b/net/openbgpd6/Makefile @@ -1,31 +1,33 @@ PORTNAME= openbgpd PORTVERSION= 6.9p0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 6 MAINTAINER= pi@FreeBSD.org COMMENT= Free implementation of the Border Gateway Protocol, Version 4 WWW= https://www.openbgpd.org/ LICENSE= ISCL LICENSE_FILE= ${FILESDIR}/COPYING USES= autoreconf libtool uidfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message USERS= _bgpd GROUPS= _bgpd CONFLICTS= zebra quagga OPTIONS_DEFINE= IPV6LLPEER OPTIONS_DEFAULT= IPV6LLPEER IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER .include diff --git a/net/openbgpd6/pkg-plist b/net/openbgpd6/pkg-plist index 76795a6b9942..b4deb7e35071 100644 --- a/net/openbgpd6/pkg-plist +++ b/net/openbgpd6/pkg-plist @@ -1,6 +1,6 @@ sbin/bgpctl sbin/bgpd -man/man5/bgpd.conf.5.gz -man/man8/bgpctl.8.gz -man/man8/bgpd.8.gz +share/man/man5/bgpd.conf.5.gz +share/man/man8/bgpctl.8.gz +share/man/man8/bgpd.8.gz @sample etc/bgpd.conf.sample