Date: Mon, 26 Feb 2024 19:18:36 GMT From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22b66ce4b118 - main - net/openbgpd6: Moved man to share/man Message-ID: <202402261918.41QJIa9W001636@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=22b66ce4b118649a9f19dd555b736ec71d60516c commit 22b66ce4b118649a9f19dd555b736ec71d60516c Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2024-02-26 19:18:05 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-02-26 19:18:05 +0000 net/openbgpd6: Moved man to share/man --- net/openbgpd6/Makefile | 2 ++ net/openbgpd6/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/openbgpd6/Makefile b/net/openbgpd6/Makefile index 397e413e822c..0980a46b6844 100644 --- a/net/openbgpd6/Makefile +++ b/net/openbgpd6/Makefile @@ -1,5 +1,6 @@ PORTNAME= openbgpd PORTVERSION= 6.9p0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 6 @@ -15,6 +16,7 @@ USES= autoreconf libtool uidfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261918.41QJIa9W001636>