On Jan 30, 2008, at 17:06, ecronin at macports.org wrote: > +destroot { > + xinstall -d -m 0755 ${destroot}/${prefix}/share/cracklib > + xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/ > share/cracklib > +} There should not be a slash between ${destroot} and ${prefix} because ${prefix} already begins with a slash.