[63853] users/ryandesign/ports/games

ryandesign at macports.org ryandesign at macports.org
Tue Feb 16 21:26:22 PST 2010


Revision: 63853
          http://trac.macports.org/changeset/63853
Author:   ryandesign at macports.org
Date:     2010-02-16 21:26:21 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
We don't appear to need the Common Files folder after all

Modified Paths:
--------------
    users/ryandesign/ports/games/mystonline-cider/Portfile
    users/ryandesign/ports/games/mystonline-crossover/Portfile

Modified: users/ryandesign/ports/games/mystonline-cider/Portfile
===================================================================
--- users/ryandesign/ports/games/mystonline-cider/Portfile	2010-02-17 04:53:51 UTC (rev 63852)
+++ users/ryandesign/ports/games/mystonline-cider/Portfile	2010-02-17 05:26:21 UTC (rev 63853)
@@ -81,8 +81,7 @@
     system "cd ${worksrcpath} && ${configure.cc} chown-data.c -o chown-data"
 }
 
-destroot.keepdirs ${destroot}${assets_dir} \
-                  "${destroot}${wineprefix}/Program Files/Common Files"
+destroot.keepdirs ${destroot}${assets_dir}
 destroot {
     xinstall -d ${destroot}${libexec_dir} \
                 ${destroot}${bootstrap_dir} \
@@ -95,8 +94,6 @@
     copy ${worksrcpath}/assets ${destroot}${assets_dir}
     
     copy ${worksrcpath}/wineprefix ${destroot}${wineprefix}
-    
-    xinstall -d "${destroot}${wineprefix}/Program Files/Common Files"
 }
 
 notes                       This is Myst Online running via the Cider wrapper developed for the \

Modified: users/ryandesign/ports/games/mystonline-crossover/Portfile
===================================================================
--- users/ryandesign/ports/games/mystonline-crossover/Portfile	2010-02-17 04:53:51 UTC (rev 63852)
+++ users/ryandesign/ports/games/mystonline-crossover/Portfile	2010-02-17 05:26:21 UTC (rev 63853)
@@ -66,8 +66,7 @@
     system "cd ${worksrcpath} && ${configure.cc} chown-data.c -o chown-data"
 }
 
-destroot.keepdirs ${destroot}${assets_dir} \
-                  "${destroot}${wineprefix}/Program Files/Common Files"
+destroot.keepdirs ${destroot}${assets_dir}
 destroot {
     xinstall -d ${destroot}${libexec_dir} \
                 ${destroot}${bootstrap_dir} \
@@ -81,8 +80,6 @@
     xinstall -m 644 -W ${distpath} ${installer_exe} ${destroot}${bootstrap_dir}
     
     copy ${worksrcpath}/wineprefix ${destroot}${wineprefix}
-    
-    xinstall -d "${destroot}${wineprefix}/Program Files/Common Files"
 }
 
 notes                       This is Myst Online running via the Crossover Games version of Wine. \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100216/6531815f/attachment.html>


More information about the macports-changes mailing list