git: cd5e46c2c68d - main - net-p2p/bitcoin-daemon: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 19:09:28 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd5e46c2c68d7d2ea1a1a0f2c96fb36889c4e3f3 commit cd5e46c2c68d7d2ea1a1a0f2c96fb36889c4e3f3 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-26 19:07:45 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-26 19:07:45 +0000 net-p2p/bitcoin-daemon: Move manpages to share/man Approved by: portmgr (blanket) Fixes: baa96d4729d7b8c6bdc4e02129849ada8cc54ad3 --- net-p2p/bitcoin-daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 348cd4d72072..48b7037240c2 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-daemon \ --without-utils PLIST_FILES= bin/bitcoind \ - man/man1/bitcoind.1.gz \ + share/man/man1/bitcoind.1.gz \ "@sample %%ETCDIR%%.conf.sample" USE_RC_SUBR= bitcoind