On Dec 26, 2011, at 14:20, Bradley Giesbrecht wrote: > Is there a workaround? > > https://trac.macports.org/ticket/12429 In post-extract, rename the directory to a name that doesn't have spaces. Maybe you can even use the standard snippet we use for github ports: post-extract { move [glob ${workpath}/*] ${worksrcpath} }