git: ed2135baab50 - main - net/openbgpd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:43 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed2135baab50c5802477b38a18a5ca67f1f08dfc
commit ed2135baab50c5802477b38a18a5ca67f1f08dfc
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:11:36 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:11:37 +0000
net/openbgpd: Move man pages to share/man
Approved by: portmgr (blanket)
---
net/openbgpd/Makefile | 6 +++---
net/openbgpd/files/patch-Makefile.inc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile
index d7de509b666b..1d23b13307fc 100644
--- a/net/openbgpd/Makefile
+++ b/net/openbgpd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openbgpd
PORTVERSION= 5.2.20121209
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
@@ -20,8 +20,8 @@ USE_RC_SUBR= ${PORTNAME}
CONFLICTS= zebra quagga
NO_WRKSUBDIR= yes
-PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
- man/man8/bgpctl.8.gz man/man8/bgpd.8.gz
+PLIST_FILES= sbin/bgpctl sbin/bgpd share/man/man5/bgpd.conf.5.gz \
+ share/man/man8/bgpctl.8.gz share/man/man8/bgpd.8.gz
SUB_FILES= pkg-message
USERS= _bgpd
GROUPS= _bgpd
diff --git a/net/openbgpd/files/patch-Makefile.inc b/net/openbgpd/files/patch-Makefile.inc
index 7a2bef96c0d8..489b88da0449 100644
--- a/net/openbgpd/files/patch-Makefile.inc
+++ b/net/openbgpd/files/patch-Makefile.inc
@@ -9,4 +9,4 @@ diff -N Makefile.inc
+
+PREFIX?= /usr/local
+BINDIR?= ${PREFIX}/sbin
-+MANDIR?= ${PREFIX}/man/man
++MANDIR?= ${PREFIX}/share/man/man