net-p2p/bitcoin: Move manpages to share/man

Approved by:	portmgr (blanket)
Fixes:	baa96d4729
This commit is contained in:
Gleb Popov 2024-03-25 22:27:10 +03:00
parent e478bc342e
commit 5ce6d9be1a
1 changed files with 1 additions and 1 deletions

View File

@ -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>