From 22b66ce4b118649a9f19dd555b736ec71d60516c Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Mon, 26 Feb 2024 20:18:05 +0100 Subject: [PATCH] net/openbgpd6: Moved man to share/man --- net/openbgpd6/Makefile | 2 ++ net/openbgpd6/pkg-plist | 6 +++--- 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