aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:11:36 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:11:37 +0000
commited2135baab50c5802477b38a18a5ca67f1f08dfc (patch)
tree456dd8c673acf00df79853e056ed077a4b34061d
parentb77d868ca92d68f1c3ce3f7c3eec384f3228fbc8 (diff)
net/openbgpd: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/openbgpd/Makefile6
-rw-r--r--net/openbgpd/files/patch-Makefile.inc2
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