[79320] trunk/dports/finance/bitcoin/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jun 9 09:37:11 PDT 2011
On Jun 9, 2011, at 11:31, and.damore at macports.org wrote:
> Revision: 79320
> http://trac.macports.org/changeset/79320
> Author: and.damore at macports.org
> Date: 2011-06-09 09:31:51 -0700 (Thu, 09 Jun 2011)
> Log Message:
> -----------
> port bitcoin, added command line server, fixed wx-config path, bumped revision
> @@ -49,8 +49,10 @@
> reinplace "s|-arch i386||" ${makefile}
> }
> build.args -f ${makefile}
> +build.target-append bitcoind
> destroot {
> copy ${worksrcpath}/bitcoin ${destroot}${prefix}/bin
> + copy ${worksrcpath}/bitcoind ${destroot}${prefix}/bin
Shouldn't server processes go in sbin not bin?
More information about the macports-dev
mailing list