Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 19:22:30 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: a3e9a45a485c - main - net/openbgpd8: Moved man to share/man
Message-ID:  <202402261922.41QJMUvW017478@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=a3e9a45a485cedc5d2e15e8d762b0acae199fc23

commit a3e9a45a485cedc5d2e15e8d762b0acae199fc23
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-02-26 19:21:38 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-02-26 19:21:38 +0000

    net/openbgpd8: Moved man to share/man
---
 net/openbgpd8/Makefile  | 2 ++
 net/openbgpd8/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net/openbgpd8/Makefile b/net/openbgpd8/Makefile
index fc05babc0eb4..d7f5476da248 100644
--- a/net/openbgpd8/Makefile
+++ b/net/openbgpd8/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openbgpd
 PORTVERSION=	8.3
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	OPENBSD/OpenBGPD
 PKGNAMESUFFIX=	8
@@ -17,6 +18,7 @@ USES=		autoreconf libtool localbase pathfix uidfix
 USE_RC_SUBR=	${PORTNAME}
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 SUB_FILES=	pkg-message
 
diff --git a/net/openbgpd8/pkg-plist b/net/openbgpd8/pkg-plist
index b49cb6c5c3c0..dca577427c8d 100644
--- a/net/openbgpd8/pkg-plist
+++ b/net/openbgpd8/pkg-plist
@@ -1,8 +1,8 @@
 sbin/bgpctl
 sbin/bgpd
 sbin/bgplgd
-man/man5/bgpd.conf.5.gz
-man/man8/bgpctl.8.gz
-man/man8/bgpd.8.gz
-man/man8/bgplgd.8.gz
+share/man/man5/bgpd.conf.5.gz
+share/man/man8/bgpctl.8.gz
+share/man/man8/bgpd.8.gz
+share/man/man8/bgplgd.8.gz
 @sample etc/bgpd.conf.sample



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261922.41QJMUvW017478>