aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-25 19:27:10 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-25 19:27:10 +0000
commit5ce6d9be1a0171ea233dfe4ecaa5ad54f33258fd (patch)
tree2319ddf0c854a64cc9cb4f698e91c9efa85aeb22
parente478bc342ef4673df1fd2116428f653fb4273b10 (diff)
downloadports-5ce6d9be1a0171ea233dfe4ecaa5ad54f33258fd.tar.gz
ports-5ce6d9be1a0171ea233dfe4ecaa5ad54f33258fd.zip
net-p2p/bitcoin: Move manpages to share/man
Approved by: portmgr (blanket) Fixes: baa96d4729d7b8c6bdc4e02129849ada8cc54ad3
-rw-r--r--net-p2p/bitcoin/Makefile2
1 files changed, 1 insertions, 1 deletions
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>