diff --git a/games-simulation/openttd/openttd-1.3.3.recipe b/games-simulation/openttd/openttd-1.3.3.recipe index 81ce799cf..7431f4476 100644 --- a/games-simulation/openttd/openttd-1.3.3.recipe +++ b/games-simulation/openttd/openttd-1.3.3.recipe @@ -70,7 +70,7 @@ INSTALL() rm -r $prefix/128x128 rm -r $prefix/256x256 - addAppDeskbarSymlink $appsDir/openttd "Transport Tycoon Deluxe" + addAppDeskbarSymlink $appsDir/openttd "OpenTTD" } # no TEST script available diff --git a/games-simulation/openttd_gfx/openttd_gfx-0.4.7.recipe b/games-simulation/openttd_gfx/openttd_gfx-0.4.7.recipe index 3ae056d67..4037b43c4 100644 --- a/games-simulation/openttd_gfx/openttd_gfx-0.4.7.recipe +++ b/games-simulation/openttd_gfx/openttd_gfx-0.4.7.recipe @@ -11,7 +11,7 @@ HOMEPAGE="http://www.openttd.org" SRC_URI="http://binaries.openttd.org/extra/opengfx/$portVersion/opengfx-$portVersion-all.zip" CHECKSUM_MD5="7709afafb1e6429ee517a5c93a03316c" REVISION="1" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="any" SOURCE_DIR="opengfx-$portVersion" PROVIDES=" @@ -29,7 +29,7 @@ PROVIDES=" BUILD() { - echo "Nothing to build!" + true } INSTALL() diff --git a/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe b/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe index 3b185eb09..4e4c492c1 100644 --- a/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe +++ b/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe @@ -11,7 +11,7 @@ HOMEPAGE="http://www.openttd.org" SRC_URI="http://binaries.openttd.org/extra/openmsx/$portVersion/openmsx-$portVersion-all.zip" CHECKSUM_MD5="858b79d44aea6de5e15d9d1439e86cc3" REVISION="1" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="any" SOURCE_DIR="openmsx-$portVersion" PROVIDES=" @@ -29,7 +29,7 @@ PROVIDES=" BUILD() { - echo "Nothing to build!" + true } INSTALL() diff --git a/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe b/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe index 3e1b50e53..fad2ce4d4 100644 --- a/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe +++ b/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe @@ -11,7 +11,7 @@ HOMEPAGE="http://www.openttd.org" SRC_URI="http://binaries.openttd.org/extra/opensfx/$portVersion/opensfx-$portVersion-all.zip" CHECKSUM_MD5="3605b82f24153500c8a1804e4420168a" REVISION="1" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="any" SOURCE_DIR="opensfx-$portVersion" PROVIDES=" @@ -29,7 +29,7 @@ PROVIDES=" BUILD() { - echo "Nothing to build!" + true } INSTALL()