[40614] trunk/dports/devel

Ryan Schmidt ryandesign at macports.org
Wed Oct 8 16:15:12 PDT 2008


On Oct 8, 2008, at 08:10, jann at macports.org wrote:

> Revision: 40614
>           http://trac.macports.org/changeset/40614
> Author:   jann at macports.org
> 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).



More information about the macports-dev mailing list