Modified: trunk/dports/science/triangle/Portfile (68353 => 68354)
--- 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
}