aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2024-02-26 19:18:05 +0000
committerKurt Jaeger <pi@FreeBSD.org>2024-02-26 19:18:05 +0000
commit22b66ce4b118649a9f19dd555b736ec71d60516c (patch)
treea6062654104336e856ac0535074366edb5fd6ea5
parentbb8eba426ac2660c3d55355091ced81c982f2924 (diff)
downloadports-22b66ce4b118649a9f19dd555b736ec71d60516c.tar.gz
ports-22b66ce4b118649a9f19dd555b736ec71d60516c.zip
net/openbgpd6: Moved man to share/man
-rw-r--r--net/openbgpd6/Makefile2
-rw-r--r--net/openbgpd6/pkg-plist6
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