Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2018 13:02:25 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477869 - head/net-p2p/bitcoin-daemon
Message-ID:  <201808231302.w7ND2PQv007851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808231302.w7ND2PQv007851>