On Oct 8, 2008, at 08:10, [EMAIL PROTECTED] wrote:
> Revision: 40614
> http://trac.macports.org/changeset/40614
> Author: [EMAIL PROTECTED]
> Date: 2008-10-08 06:10:23 -0700 (Wed, 08 Oct 2008)
> Log Message:
> -----------
> New port: Spin
> +build {
> + cd ${worksrcpath}/Src${version}
> + exec make
> +}
The "cd" command has been deleted from MacPorts and will be
unavailable in a future version, so you should not use it. But why
override the build phase at all? It runs make by default. If the
target "all" is the problem, set the target to empty by replacing the
above lines with "build.target" (with no value after it).
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev