Modified: trunk/dports/games/2Pong/Portfile (38852 => 38853)
--- trunk/dports/games/2Pong/Portfile 2008-08-01 10:35:50 UTC (rev 38852)
+++ trunk/dports/games/2Pong/Portfile 2008-08-01 10:39:08 UTC (rev 38853)
@@ -4,6 +4,7 @@
name 2Pong
version 0.6
+revision 1
categories games
platforms darwin
maintainers nomaintainer
@@ -32,6 +33,7 @@
}
post-destroot {
+ reinplace s|${destroot}${prefix}|${prefix}|g ${destroot}${prefix}/bin/2Pong
xinstall -d ${destroot}${applications_dir}/2Pong.app/Contents/MacOS
ln -s ${prefix}/bin/2Pong ${destroot}${applications_dir}/2Pong.app/Contents/MacOS/2Pong
}