svn commit: r477869 - head/net-p2p/bitcoin-daemon
Steve Wills
swills at FreeBSD.org
Thu Aug 23 13:02:27 UTC 2018
Author: swills
Date: Thu Aug 23 13:02:25 2018
New Revision: 477869
URL: https://svnweb.freebsd.org/changeset/ports/477869
Log:
net-p2p/bitcoin-daemon: fix build
Was broken by r477794 update to net-p2p/bitcoin
Reported by: meta
Pointyhat to: swills
Modified:
head/net-p2p/bitcoin-daemon/Makefile (contents, props changed)
Modified: head/net-p2p/bitcoin-daemon/Makefile
==============================================================================
--- head/net-p2p/bitcoin-daemon/Makefile Thu Aug 23 11:57:27 2018 (r477868)
+++ head/net-p2p/bitcoin-daemon/Makefile Thu Aug 23 13:02:25 2018 (r477869)
@@ -32,6 +32,6 @@ PLIST_FILES= bin/bitcoind \
USE_RC_SUBR= bitcoind
post-install:
- ${INSTALL_DATA} ${WRKSRC}/contrib/debian/examples/bitcoin.conf ${STAGEDIR}${PREFIX}/etc/bitcoin.conf.sample
+ ${INSTALL_DATA} ${WRKSRC}/contrib/init/bitcoind.conf ${STAGEDIR}${PREFIX}/etc/bitcoin.conf.sample
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list