From 5ce6d9be1a0171ea233dfe4ecaa5ad54f33258fd Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Mon, 25 Mar 2024 22:27:10 +0300 Subject: [PATCH] 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