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

Approved by:	portmgr (blanket)
This commit is contained in:
Gleb Popov 2024-03-25 21:55:20 +03:00
parent 382a237560
commit baa96d4729
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ CONFIGURE_ARGS= --without-daemon \
--disable-wallet
PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx bin/bitcoin-util \
man/man1/bitcoin-cli.1.gz man/man1/bitcoin-tx.1.gz \
man/man1/bitcoin-util.1.gz
share/man/man1/bitcoin-cli.1.gz share/man/man1/bitcoin-tx.1.gz \
share/man/man1/bitcoin-util.1.gz
.include "${MASTERDIR}/Makefile"

View File

@ -1,6 +1,6 @@
PORTNAME= bitcoin
PORTVERSION= 26.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
LOCAL/swills:icon
@ -20,6 +20,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
USES= autoreconf compiler:c++11-lib cpe gmake libtool pkgconfig qt:5 shebangfix
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SLAVE_PORT?= no