git: e83fe8984c1a - main - sysutils/bmd: Move man pages to share/man

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Tue, 19 Mar 2024 20:12:57 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e83fe8984c1a8deae6095352f60af1d5edf307a5

commit e83fe8984c1a8deae6095352f60af1d5edf307a5
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-19 15:33:07 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-19 20:12:41 +0000

    sysutils/bmd: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/bmd/Makefile             | 1 +
 sysutils/bmd/files/patch-Makefile | 3 ++-
 sysutils/bmd/pkg-plist            | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sysutils/bmd/Makefile b/sysutils/bmd/Makefile
index ce2452bef3a2..4bc82e92de7d 100644
--- a/sysutils/bmd/Makefile
+++ b/sysutils/bmd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bmd
 DISTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	naito.yuichiro@gmail.com
diff --git a/sysutils/bmd/files/patch-Makefile b/sysutils/bmd/files/patch-Makefile
index d4a36a8eeacc..512222015b0b 100644
--- a/sysutils/bmd/files/patch-Makefile
+++ b/sysutils/bmd/files/patch-Makefile
@@ -10,7 +10,8 @@
  MK_DEBUG_FILES?=	no
  SUBDIR=		rc.d
  BINDIR=		$(LOCALBASE)/sbin
- MANDIR=		$(LOCALBASE)/man/man
+-MANDIR=		$(LOCALBASE)/man/man
++MANDIR=		$(LOCALBASE)/share/man/man
  DIRS=		UEFIVARDIR PLUGINDIR
  UEFIVARDIR=	$(LOCALBASE)/var/cache/bmd
 +UEFIVARDIR_OWN=	$(BINOWN)
diff --git a/sysutils/bmd/pkg-plist b/sysutils/bmd/pkg-plist
index 95fec6b2de11..fab74e235063 100644
--- a/sysutils/bmd/pkg-plist
+++ b/sysutils/bmd/pkg-plist
@@ -1,10 +1,10 @@
 etc/rc.d/bmd
 etc/bmd.conf.example
 include/bmd_plugin.h
-man/man5/bmd.conf.5.gz
-man/man8/bmd.8.gz
-man/man8/bmdctl.8.gz
 sbin/bmd
 sbin/bmdctl
+share/man/man5/bmd.conf.5.gz
+share/man/man8/bmd.8.gz
+share/man/man8/bmdctl.8.gz
 @dir libexec/bmd
 @dir var/cache/bmd