Diff
Modified: trunk/dports/games/freeciv/Portfile (92477 => 92478)
--- trunk/dports/games/freeciv/Portfile 2012-04-29 22:18:51 UTC (rev 92477)
+++ trunk/dports/games/freeciv/Portfile 2012-04-29 23:29:03 UTC (rev 92478)
@@ -35,7 +35,7 @@
--mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \
--disable-sdltest
-subport freeciv {
+if {${name} == ${subport}} {
conflicts freeciv-x11
platforms macosx
Modified: trunk/dports/games/simutrans/Portfile (92477 => 92478)
--- trunk/dports/games/simutrans/Portfile 2012-04-29 22:18:51 UTC (rev 92477)
+++ trunk/dports/games/simutrans/Portfile 2012-04-29 23:29:03 UTC (rev 92478)
@@ -27,7 +27,7 @@
set data_dir ${prefix}/share/${name}
-subport simutrans {
+if {${name} == ${subport}} {
PortGroup app 1.0
revision 1
Modified: trunk/dports/lang/pure/Portfile (92477 => 92478)
--- trunk/dports/lang/pure/Portfile 2012-04-29 22:18:51 UTC (rev 92477)
+++ trunk/dports/lang/pure/Portfile 2012-04-29 23:29:03 UTC (rev 92478)
@@ -38,7 +38,7 @@
set llvm_prefix ${prefix}/libexec/llvm-${llvm_version}
configure.env PATH=${llvm_prefix}/bin:$env(PATH)
-subport pure {
+if {${name} == ${subport}} {
depends_lib port:gmp \
port:libiconv \
port:libtool \