git: 5ce6d9be1a01 - main - net-p2p/bitcoin: Move manpages to share/man

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 25 Mar 2024 19:37:08 UTC
The branch main has been updated by arrowd:

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

commit 5ce6d9be1a0171ea233dfe4ecaa5ad54f33258fd
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-25 19:27:10 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-25 19:27:10 +0000

    net-p2p/bitcoin: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
    Fixes:  baa96d4729d7b8c6bdc4e02129849ada8cc54ad3
---
 net-p2p/bitcoin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 9650bd02b429..265f9aa881a6 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -93,7 +93,7 @@ CONFIGURE_ARGS?=	--without-libs \
 CONFIGURE_ENV=	OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}"
 MAKE_ENV+=	V=1
 
-PLIST_FILES?=	bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \
+PLIST_FILES?=	bin/bitcoin-qt share/man/man1/bitcoin-qt.1.gz \
 		share/applications/bitcoin-qt.desktop share/pixmaps/bitcoin128.png
 
 .include <bsd.port.pre.mk>