[74916] trunk/dports/emulators/sheepshaver/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 6 22:39:19 PST 2011


Revision: 74916
          http://trac.macports.org/changeset/74916
Author:   ryandesign at macports.org
Date:     2011-01-06 22:39:12 -0800 (Thu, 06 Jan 2011)
Log Message:
-----------
sheepshaver: create the Darwin directory in post-extract, not pre-configure; see #27889

Modified Paths:
--------------
    trunk/dports/emulators/sheepshaver/Portfile

Modified: trunk/dports/emulators/sheepshaver/Portfile
===================================================================
--- trunk/dports/emulators/sheepshaver/Portfile	2011-01-07 02:30:09 UTC (rev 74915)
+++ trunk/dports/emulators/sheepshaver/Portfile	2011-01-07 06:39:12 UTC (rev 74916)
@@ -30,9 +30,11 @@
 
 worksrcdir		SheepShaver/src/Unix
 
+post-extract {
+	file mkdir ${worksrcpath}/Darwin
+}
 
 pre-configure {
-	system "mkdir ${worksrcpath}/Darwin"
 	system "cd ${worksrcpath}/../../ && make links"
 	system "cd ${worksrcpath} && NO_CONFIGURE=yes ACLOCAL_FLAGS=\"-I m4\" ./autogen.sh"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110106/fdd827da/attachment.html>


More information about the macports-changes mailing list