[135776] trunk/dports/devel/codeblocks

Ryan Schmidt ryandesign at macports.org
Sun May 3 22:03:40 PDT 2015


> On May 2, 2015, at 2:22 PM, mojca at macports.org wrote:
> 
> +    post-patch {
> +        file mkdir  "${worksrcpath}/m4"
> +        file copy   "${wxWidgets.prefix}/share/aclocal/wxwin.m4" "${worksrcpath}/m4"
> +    }

Note that there's no need to enclose these in quotes because the strings don't contain spaces. In shell scripting one does this to handle variable values that might contain spaces, but tcl scripting is not shell scripting, and tcl does not have that issue.



More information about the macports-dev mailing list