Revision: 100351 https://trac.macports.org/changeset/100351 Author: raimue@macports.org Date: 2012-12-08 18:13:28 -0800 (Sat, 08 Dec 2012) Log Message: ----------- group/crossgcc-1.0: Whitespace only Modified Paths: -------------- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl 2012-12-09 02:12:30 UTC (rev 100350) +++ trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl 2012-12-09 02:13:28 UTC (rev 100351) @@ -178,15 +178,15 @@ destroot.violate_mtree yes pre-destroot { - # gcc needs the cross directory structure to be present - # in order to fill it during installation. - file mkdir "${destroot}/${prefix}/${crossgcc.target}/bin" - file mkdir "${destroot}/${prefix}/${crossgcc.target}/lib" + # gcc needs the cross directory structure to be present + # in order to fill it during installation. + file mkdir "${destroot}/${prefix}/${crossgcc.target}/bin" + file mkdir "${destroot}/${prefix}/${crossgcc.target}/lib" } post-destroot { - # FSF propaganda (should already be there or would conflict) - file delete -force "${destroot}/${prefix}/share/man/man7" + # FSF propaganda (should already be there or would conflict) + file delete -force "${destroot}/${prefix}/share/man/man7" } livecheck.type regex