git: 439fe8e94c31 - main - net/openbgpd7: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 19:20:37 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=439fe8e94c312ce5b59e0747d9c42f7233498d3e
commit 439fe8e94c312ce5b59e0747d9c42f7233498d3e
Author: Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-02-26 19:20:10 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-02-26 19:20:10 +0000
net/openbgpd7: Moved man to share/man
---
net/openbgpd7/Makefile | 2 ++
net/openbgpd7/pkg-plist | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/net/openbgpd7/Makefile b/net/openbgpd7/Makefile
index dbd756ce35fc..32e28470231a 100644
--- a/net/openbgpd7/Makefile
+++ b/net/openbgpd7/Makefile
@@ -1,5 +1,6 @@
PORTNAME= openbgpd
PORTVERSION= 7.7
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
PKGNAMESUFFIX= 7
@@ -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/openbgpd7/pkg-plist b/net/openbgpd7/pkg-plist
index b49cb6c5c3c0..dca577427c8d 100644
--- a/net/openbgpd7/pkg-plist
+++ b/net/openbgpd7/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