[21858] trunk/dports/games

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 09:02:54 PST 2007


Revision: 21858
          http://trac.macosforge.org/projects/macports/changeset/21858
Author:   rhwood at macports.org
Date:     2007-02-10 09:02:53 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
Change /Applications/DarwinPorts to /Applications/MacPorts everywhere

Modified Paths:
--------------
    trunk/dports/games/2Pong/Portfile
    trunk/dports/games/54321/Portfile
    trunk/dports/games/CrimsonFields/Portfile
    trunk/dports/games/Gomoku/Portfile
    trunk/dports/games/Gridlock/Portfile
    trunk/dports/games/SDLInvaders/Portfile
    trunk/dports/games/alienblaster/Portfile
    trunk/dports/games/angband/Portfile
    trunk/dports/games/atanks/Portfile
    trunk/dports/games/blobwars/Portfile
    trunk/dports/games/bomberclone/Portfile
    trunk/dports/games/chromium/Portfile
    trunk/dports/games/criticalmass/Portfile
    trunk/dports/games/defendguin/Portfile
    trunk/dports/games/digger/Portfile
    trunk/dports/games/freedroidclassic/Portfile
    trunk/dports/games/lbreakout2/Portfile
    trunk/dports/games/lmarbles/Portfile
    trunk/dports/games/ltris/Portfile
    trunk/dports/games/neverball/Portfile
    trunk/dports/games/openmortal/Portfile
    trunk/dports/games/rocksndiamonds/Portfile
    trunk/dports/games/ship84/Portfile
    trunk/dports/games/starfighter/Portfile
    trunk/dports/games/supertux/Portfile
    trunk/dports/games/wesnoth/Portfile

Modified: trunk/dports/games/2Pong/Portfile
===================================================================
--- trunk/dports/games/2Pong/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/2Pong/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -26,6 +26,6 @@
 destroot.destdir	PRE=${destroot}${prefix}
 
 post-destroot	{
-	xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/2Pong.app/Contents/MacOS
-	system "ln -s ${prefix}/bin/2Pong ${destroot}/Applications/DarwinPorts/2Pong.app/Contents/MacOS/2Pong"
+	xinstall -d -m 755 ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS
+	system "ln -s ${prefix}/bin/2Pong ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS/2Pong"
 }

Modified: trunk/dports/games/54321/Portfile
===================================================================
--- trunk/dports/games/54321/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/54321/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -30,5 +30,5 @@
 
 destroot {
     system "ditto -v -rsrcFork Release \
-        ${destroot}/Applications/DarwinPorts/54321"
+        ${destroot}/Applications/MacPorts/54321"
 }

Modified: trunk/dports/games/CrimsonFields/Portfile
===================================================================
--- trunk/dports/games/CrimsonFields/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/CrimsonFields/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -42,8 +42,8 @@
 
 platform macosx {
 	pre-destroot {
-		xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/CrimsonFields.app/Contents/MacOS
+		xinstall -d -m 755 ${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/crimson \
-			${destroot}/Applications/DarwinPorts/CrimsonFields.app/Contents/MacOS/CrimsonFields"
+			${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS/CrimsonFields"
 	}
 }

Modified: trunk/dports/games/Gomoku/Portfile
===================================================================
--- trunk/dports/games/Gomoku/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/Gomoku/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -54,7 +54,7 @@
 build.target
 
 destroot	{
-	file mkdir ${destroot}/Applications/DarwinPorts
+	file mkdir ${destroot}/Applications/MacPorts
 	file copy ${worksrcpath}/build/Default/Gomoku.app \
-		${destroot}/Applications/DarwinPorts
+		${destroot}/Applications/MacPorts
 }

Modified: trunk/dports/games/Gridlock/Portfile
===================================================================
--- trunk/dports/games/Gridlock/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/Gridlock/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -25,7 +25,7 @@
 build.target
 
 destroot	{
-	file mkdir ${destroot}/Applications/DarwinPorts
+	file mkdir ${destroot}/Applications/MacPorts
 	file copy ${build.dir}/build/${name}.app \
-		${destroot}/Applications/DarwinPorts
+		${destroot}/Applications/MacPorts
 }

Modified: trunk/dports/games/SDLInvaders/Portfile
===================================================================
--- trunk/dports/games/SDLInvaders/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/SDLInvaders/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -29,8 +29,8 @@
 		file attributes \
 			${destroot}${prefix}/share/SDLInvaders/highscores \
 			-permissions +w
-		file mkdir ${destroot}/Applications/DarwinPorts/${name}.app/Contents/MacOS
+		file mkdir ${destroot}/Applications/MacPorts/${name}.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/${name} \
-			${destroot}/Applications/DarwinPorts/${name}.app/Contents/MacOS"
+			${destroot}/Applications/MacPorts/${name}.app/Contents/MacOS"
 	}
 }

Modified: trunk/dports/games/alienblaster/Portfile
===================================================================
--- trunk/dports/games/alienblaster/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/alienblaster/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -41,7 +41,7 @@
 
 variant darwin	{
 	post-destroot	{
-		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/AlienBlaster.app/Contents/MacOS
-		system "cd ${destroot}/Applications/DarwinPorts/AlienBlaster.app/Contents/MacOS && ln -s ${prefix}/bin/alienblaster AlienBlaster"
+		xinstall -m 755 -d ${destroot}/Applications/MacPorts/AlienBlaster.app/Contents/MacOS
+		system "cd ${destroot}/Applications/MacPorts/AlienBlaster.app/Contents/MacOS && ln -s ${prefix}/bin/alienblaster AlienBlaster"
 	}
 }

Modified: trunk/dports/games/angband/Portfile
===================================================================
--- trunk/dports/games/angband/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/angband/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -75,6 +75,6 @@
 #                                             make -f Makefile.osx install-sound"
 #                                }
 #                                
-#                          destroot { xinstall -d ${destroot}/Applications/DarwinPorts/
-#                          system "cp -r ${worksrcpath}/Angband.app ${destroot}/Applications/DarwinPorts/." }
+#                          destroot { xinstall -d ${destroot}/Applications/MacPorts/
+#                          system "cp -r ${worksrcpath}/Angband.app ${destroot}/Applications/MacPorts/." }
 #                     }                    

Modified: trunk/dports/games/atanks/Portfile
===================================================================
--- trunk/dports/games/atanks/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/atanks/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -57,8 +57,8 @@
 
 variant darwin	{
 	post-destroot	{
-		xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/ATanks.app/Contents/MacOS
+		xinstall -d -m 755 ${destroot}/Applications/MacPorts/ATanks.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/atanks \
-			${destroot}/Applications/DarwinPorts/ATanks.app/Contents/MacOS/ATanks"
+			${destroot}/Applications/MacPorts/ATanks.app/Contents/MacOS/ATanks"
 	}
 }

Modified: trunk/dports/games/blobwars/Portfile
===================================================================
--- trunk/dports/games/blobwars/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/blobwars/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -36,9 +36,9 @@
 
 variant darwin {
 	pre-destroot	{
-		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/BlobWars.app/Contents/MacOS
+		xinstall -m 755 -d ${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/blobwars \
-			${destroot}/Applications/DarwinPorts/BlobWars.app/Contents/MacOS/BlobWars"
+			${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS/BlobWars"
 	}
 }
 destroot.destdir	PREFIX=${destroot}${prefix}

Modified: trunk/dports/games/bomberclone/Portfile
===================================================================
--- trunk/dports/games/bomberclone/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/bomberclone/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -32,8 +32,8 @@
 variant darwin  {
 	post-destroot   {
 		xinstall -m 755 -d \
-			${destroot}/Applications/DarwinPorts/Bomberclone.app/Contents/MacOS
+			${destroot}/Applications/MacPorts/Bomberclone.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/bomberclone \
-			${destroot}/Applications/DarwinPorts/Bomberclone.app/Contents/MacOS/Bomberclone"
+			${destroot}/Applications/MacPorts/Bomberclone.app/Contents/MacOS/Bomberclone"
 	}
 }

Modified: trunk/dports/games/chromium/Portfile
===================================================================
--- trunk/dports/games/chromium/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/chromium/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -54,8 +54,8 @@
 
 variant darwin	{
 	post-destroot	{
-		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/Chromium.app/Contents/MacOS
+		xinstall -m 755 -d ${destroot}/Applications/MacPorts/Chromium.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/chromium \
-			${destroot}/Applications/DarwinPorts/Chromium.app/Contents/MacOS/Chromium"
+			${destroot}/Applications/MacPorts/Chromium.app/Contents/MacOS/Chromium"
 	}
 }

Modified: trunk/dports/games/criticalmass/Portfile
===================================================================
--- trunk/dports/games/criticalmass/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/criticalmass/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -37,7 +37,7 @@
 post-destroot {
 	cd ${destroot}${prefix}/share
 	file rename Critical_Mass ${name}
-	set dest ${destroot}${prefix}/Applications/DarwinPorts/CriticalMass.app/Contents/MacOS
+	set dest ${destroot}${prefix}/Applications/MacPorts/CriticalMass.app/Contents/MacOS
 	xinstall -m 755 -d ${dest}
 	system "ln -sf ${prefix}/bin/critter ${dest}/CriticalMass"
 }

Modified: trunk/dports/games/defendguin/Portfile
===================================================================
--- trunk/dports/games/defendguin/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/defendguin/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -46,8 +46,8 @@
 
 variant darwin	{
 	post-destroot	{
-		file mkdir ${destroot}/Applications/DarwinPorts/Defendguin.app/Contents/MacOS
+		file mkdir ${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/defendguin \
-			${destroot}/Applications/DarwinPorts/Defendguin.app/Contents/MacOS/Defendguin"
+			${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS/Defendguin"
 	}
 }

Modified: trunk/dports/games/digger/Portfile
===================================================================
--- trunk/dports/games/digger/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/digger/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -34,9 +34,9 @@
 
 variant darwin {
 	post-destroot {
-		file mkdir ${destroot}/Applications/DarwinPorts/Digger.app/Contents/MacOS
+		file mkdir ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS
 		xinstall -mode 755 ${filespath}/Digger.darwin \
-			${destroot}/Applications/DarwinPorts/Digger.app/Contents/MacOS/Digger
-		reinplace "s|_PREFIX_|${prefix}|g" ${destroot}/Applications/DarwinPorts/Digger.app/Contents/MacOS/Digger
+			${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
+		reinplace "s|_PREFIX_|${prefix}|g" ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
 	}
 }

Modified: trunk/dports/games/freedroidclassic/Portfile
===================================================================
--- trunk/dports/games/freedroidclassic/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/freedroidclassic/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -50,7 +50,7 @@
 
 variant darwin	{
 	pre-destroot	{
-		file mkdir ${destroot}/Applications/DarwinPorts/Freedroid\ Classic.app/Contents/MacOS
-		system "ln -s ${prefix}/bin/freedroid ${destroot}/Applications/DarwinPorts/Freedroid\\ Classic.app/Contents/MacOS/Freedroid\\ Classic"
+		file mkdir ${destroot}/Applications/MacPorts/Freedroid\ Classic.app/Contents/MacOS
+		system "ln -s ${prefix}/bin/freedroid ${destroot}/Applications/MacPorts/Freedroid\\ Classic.app/Contents/MacOS/Freedroid\\ Classic"
 	}
 }

Modified: trunk/dports/games/lbreakout2/Portfile
===================================================================
--- trunk/dports/games/lbreakout2/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/lbreakout2/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -37,8 +37,8 @@
 
 variant darwin  {
 	post-destroot   {
-		file mkdir ${destroot}/Applications/DarwinPorts/LBreakout2.app/Contents/MacOS
+		file mkdir ${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/lbreakout2 \
-			${destroot}/Applications/DarwinPorts/LBreakout2.app/Contents/MacOS/LBreakout2"
+			${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS/LBreakout2"
 	}
 }

Modified: trunk/dports/games/lmarbles/Portfile
===================================================================
--- trunk/dports/games/lmarbles/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/lmarbles/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -34,8 +34,8 @@
 
 variant darwin	{
 	pre-destroot	{
-		xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/LMarbles.app/Contents/MacOS
+		xinstall -d -m 755 ${destroot}/Applications/MacPorts/LMarbles.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/lmarbles \
-			${destroot}/Applications/DarwinPorts/LMarbles.app/Contents/MacOS/LMarbles"
+			${destroot}/Applications/MacPorts/LMarbles.app/Contents/MacOS/LMarbles"
 	}
 }

Modified: trunk/dports/games/ltris/Portfile
===================================================================
--- trunk/dports/games/ltris/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/ltris/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -33,8 +33,8 @@
 
 variant darwin {
 	post-destroot {
-		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/LTris.app/Contents/MacOS
+		xinstall -m 755 -d ${destroot}/Applications/MacPorts/LTris.app/Contents/MacOS
 		system "ln -sf ${prefix}/bin/ltris \
-			${destroot}/Applications/DarwinPorts/LTris.app/Contents/MacOS/LTris"
+			${destroot}/Applications/MacPorts/LTris.app/Contents/MacOS/LTris"
 	}
 }

Modified: trunk/dports/games/neverball/Portfile
===================================================================
--- trunk/dports/games/neverball/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/neverball/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -40,11 +40,11 @@
 variant darwin {
 	pre-destroot {
 		xinstall -d -m 755 \
-			${destroot}/Applications/DarwinPorts/Neverball.app/Contents/MacOS \
-			${destroot}/Applications/DarwinPorts/Neverputt.app/Contents/MacOS
+			${destroot}/Applications/MacPorts/Neverball.app/Contents/MacOS \
+			${destroot}/Applications/MacPorts/Neverputt.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/neverball \
-			${destroot}/Applications/DarwinPorts/Neverball.app/Contents/MacOS/Neverball"
+			${destroot}/Applications/MacPorts/Neverball.app/Contents/MacOS/Neverball"
 		system "ln -s ${prefix}/bin/neverputt \
-			${destroot}/Applications/DarwinPorts/Neverputt.app/Contents/MacOS/Neverputt"
+			${destroot}/Applications/MacPorts/Neverputt.app/Contents/MacOS/Neverputt"
 	}
 }

Modified: trunk/dports/games/openmortal/Portfile
===================================================================
--- trunk/dports/games/openmortal/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/openmortal/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -34,12 +34,12 @@
 			patch-sge_tt_text.cpp.diff
 	post-destroot	{
 		xinstall -d -m 755 \
-			${destroot}/Applications/DarwinPorts/OpenMortal.app/Contents/MacOS \
-			${destroot}/Applications/DarwinPorts/OpenMortal.app/Resources
+			${destroot}/Applications/MacPorts/OpenMortal.app/Contents/MacOS \
+			${destroot}/Applications/MacPorts/OpenMortal.app/Resources
 		system "ln -s ${prefix}/bin/openmortal \
-			${destroot}/Applications/DarwinPorts/OpenMortal.app/Contents/MacOS/OpenMortal"
+			${destroot}/Applications/MacPorts/OpenMortal.app/Contents/MacOS/OpenMortal"
 		xinstall -m 644 ${filespath}/OpenMortal.icns \
-			${destroot}/Applications/DarwinPorts/OpenMortal.app/Resources/
+			${destroot}/Applications/MacPorts/OpenMortal.app/Resources/
 	}
 }
 

Modified: trunk/dports/games/rocksndiamonds/Portfile
===================================================================
--- trunk/dports/games/rocksndiamonds/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/rocksndiamonds/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -43,9 +43,9 @@
 
 platform macosx {
 	post-destroot	{
-		file mkdir ${destroot}/Applications/DarwinPorts/RocksnDiamonds.app/Contents/MacOS
+		file mkdir ${destroot}/Applications/MacPorts/RocksnDiamonds.app/Contents/MacOS
 		system "ln -s ${prefix}/bin/rocksndiamonds \
-			${destroot}/Applications/DarwinPorts/RocksnDiamonds.app/Contents/MacOS/RocksnDiamonds"
+			${destroot}/Applications/MacPorts/RocksnDiamonds.app/Contents/MacOS/RocksnDiamonds"
 	}
 }
 

Modified: trunk/dports/games/ship84/Portfile
===================================================================
--- trunk/dports/games/ship84/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/ship84/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -45,8 +45,8 @@
 }
 variant darwin {
 	post-destroot {
-		xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/Ship84.app/Contents/MacOS
+		xinstall -d -m 755 ${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS
 		system "ln -sf ${prefix}/bin/shippy \
-			${destroot}/Applications/DarwinPorts/Ship84.app/Contents/MacOS/Ship84"
+			${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS/Ship84"
 	}
 }

Modified: trunk/dports/games/starfighter/Portfile
===================================================================
--- trunk/dports/games/starfighter/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/starfighter/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -39,8 +39,8 @@
 
 post-destroot	{
 	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} \
-		${destroot}/Applications/DarwinPorts/Starfighter.app/Contents/MacOS
+		${destroot}/Applications/MacPorts/Starfighter.app/Contents/MacOS
 	xinstall -m 644 ${worksrcpath}/docs/LICENSE \
 		${destroot}${prefix}/share/doc/${name}
-	system "ln -s ${prefix}/bin/starfighter ${destroot}/Applications/DarwinPorts/Starfighter.app/Contents/MacOS/Starfighter"
+	system "ln -s ${prefix}/bin/starfighter ${destroot}/Applications/MacPorts/Starfighter.app/Contents/MacOS/Starfighter"
 }

Modified: trunk/dports/games/supertux/Portfile
===================================================================
--- trunk/dports/games/supertux/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/supertux/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -27,8 +27,8 @@
 variant darwin	{
 	configure.args	--with-apple-opengl-framework
 	post-destroot	{
-		xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/SuperTux.app/Contents/MacOS
+		xinstall -d -m 755 ${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS
 		system "ln -sf ${prefix}/bin/supertux \
-			${destroot}/Applications/DarwinPorts/SuperTux.app/Contents/MacOS/SuperTux"
+			${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS/SuperTux"
 	}
 }

Modified: trunk/dports/games/wesnoth/Portfile
===================================================================
--- trunk/dports/games/wesnoth/Portfile	2007-02-10 16:53:48 UTC (rev 21857)
+++ trunk/dports/games/wesnoth/Portfile	2007-02-10 17:02:53 UTC (rev 21858)
@@ -41,9 +41,9 @@
 
 platform macosx {
 	pre-destroot	{
-		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/Wesnoth.app/Contents/MacOS
+		xinstall -m 755 -d ${destroot}/Applications/MacPorts/Wesnoth.app/Contents/MacOS
 		system "ln -sf ${prefix}/bin/wesnoth \
-			${destroot}/Applications/DarwinPorts/Wesnoth.app/Contents/MacOS/Wesnoth"
+			${destroot}/Applications/MacPorts/Wesnoth.app/Contents/MacOS/Wesnoth"
 	}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/e1070bc6/attachment.html


More information about the macports-changes mailing list