[30790] trunk/dports/games/54321/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 7 00:42:22 PST 2007
Revision: 30790
http://trac.macosforge.org/projects/macports/changeset/30790
Author: ryandesign at macports.org
Date: 2007-11-07 00:42:22 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
54321: make the /Applications/MacPorts directory first so we actually install the app to the right place
Modified Paths:
--------------
trunk/dports/games/54321/Portfile
Modified: trunk/dports/games/54321/Portfile
===================================================================
--- trunk/dports/games/54321/Portfile 2007-11-07 08:40:13 UTC (rev 30789)
+++ trunk/dports/games/54321/Portfile 2007-11-07 08:42:22 UTC (rev 30790)
@@ -44,8 +44,9 @@
build.env CC=g++
destroot {
- copy ${worksrcpath}/Release/bin/Darwin/${name}.app \
- ${destroot}/Applications/MacPorts/
+ set appdir ${destroot}/Applications/MacPorts
+ xinstall -d ${appdir}
+ copy ${worksrcpath}/Release/bin/Darwin/${name}.app ${appdir}
}
variant universal {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071107/2d0228ac/attachment.html
More information about the macports-changes
mailing list