--- Portfile.orig	2007-11-27 21:53:36.000000000 -0500
+++ Portfile	2007-11-27 21:53:56.000000000 -0500
@@ -22,8 +22,7 @@
 depends_lib			lib:libebml.a:libebml
 
 post-extract {
-	cd "${worksrcpath}/make"
-	system "cp -R linux darwin"
+	system "cp -R ${worksrcpath}/make/linux ${worksrcpath}/make/darwin"
 }
 
 configure			{}

