Revision: 68354 http://trac.macports.org/changeset/68354 Author: ryandesign@macports.org Date: 2010-06-01 18:15:37 -0700 (Tue, 01 Jun 2010) Log Message: ----------- triangle: use "extract.mkdir yes" Modified Paths: -------------- trunk/dports/science/triangle/Portfile Modified: trunk/dports/science/triangle/Portfile =================================================================== --- trunk/dports/science/triangle/Portfile 2010-06-02 01:14:58 UTC (rev 68353) +++ trunk/dports/science/triangle/Portfile 2010-06-02 01:15:37 UTC (rev 68354) @@ -26,9 +26,9 @@ use_zip yes +extract.mkdir yes + post-extract { - file mkdir ${worksrcpath} - eval file rename [glob -directory ${workpath} \[A-s\]* t*.?] ${worksrcpath} reinplace "s/-DLINUX//" ${worksrcpath}/makefile reinplace "s|/usr/X11R6|${prefix}|g" ${worksrcpath}/makefile }