[21180] trunk/dports/games/Gomoku/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 11 08:36:01 PST 2007


Revision: 21180
          http://trac.macosforge.org/projects/macports/changeset/21180
Author:   markd at macports.org
Date:     2007-01-11 08:36:00 -0800 (Thu, 11 Jan 2007)

Log Message:
-----------
Fix path to built app that chnged because of newer versions of Xcode.

Modified Paths:
--------------
    trunk/dports/games/Gomoku/Portfile

Modified: trunk/dports/games/Gomoku/Portfile
===================================================================
--- trunk/dports/games/Gomoku/Portfile	2007-01-11 15:15:08 UTC (rev 21179)
+++ trunk/dports/games/Gomoku/Portfile	2007-01-11 16:36:00 UTC (rev 21180)
@@ -55,6 +55,6 @@
 
 destroot	{
 	file mkdir ${destroot}/Applications/DarwinPorts
-	file copy ${worksrcpath}/build/Gomoku.app \
+	file copy ${worksrcpath}/build/Default/Gomoku.app \
 		${destroot}/Applications/DarwinPorts
 }

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


More information about the macports-changes mailing list