Hello.

git format-patch is attached.

Gleb Popov wrote on 2024/01/21 19:19:
> Ahoy there fellow porters!

> Moin kindly prepared a list of
> affected ports along with their maintainers (thanks Moin!) [2]

> [2] http://arrowd.name/manprefix-fail.maintainer.txt

I even sent this to the mailing list to make it one example.
Regardless of the old gnu-configure, we may be affected by this for similar 
reasons.
So, we need to check the list above :)

Regards.

From 793d298fc33fb0e017b3e371ec702a8f433e2da6 Mon Sep 17 00:00:00 2001
From: Tatsuki Makino <tatsuki_mak...@hotmail.com>
Date: Sun, 21 Jan 2024 12:00:00 +0000
Subject: ports-mgmt/pkg_tree: moving manpages to share/man

---
 ports-mgmt/pkg_tree/Makefile             | 4 ++--
 ports-mgmt/pkg_tree/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile
index 7d339f5f146..53aa24121fc 100644
--- a/ports-mgmt/pkg_tree/Makefile
+++ b/ports-mgmt/pkg_tree/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=      pkg_tree
 DISTVERSION=   1.1
-PORTREVISION=  5
+PORTREVISION=  6
 CATEGORIES=    ports-mgmt
 MASTER_SITES=  https://www.mavetju.org/download/
 
@@ -15,6 +15,6 @@ USES=         perl5 shebangfix
 SHEBANG_FILES= pkg_tree
 NO_ARCH=       yes
 PLIST_FILES=   bin/pkg_tree \
-               man/man7/pkg_tree.7.gz
+               share/man/man7/pkg_tree.7.gz
 
 .include <bsd.port.mk>
diff --git a/ports-mgmt/pkg_tree/files/patch-Makefile 
b/ports-mgmt/pkg_tree/files/patch-Makefile
index f60573f31a6..c0a4bc6799f 100644
--- a/ports-mgmt/pkg_tree/files/patch-Makefile
+++ b/ports-mgmt/pkg_tree/files/patch-Makefile
@@ -7,7 +7,7 @@
 -      install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin
 -      install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7
 +      ${BSD_INSTALL_SCRIPT} pkg_tree ${DESTDIR}${PREFIX}/bin
-+      ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/man/man7
++      ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/share/man/man7
  
  clean:
        rm pkg_tree.7
-- 
2.43.0

Reply via email to