diff options
Diffstat (limited to 'games/robocode/files')
-rw-r--r-- | games/robocode/files/pkg-deinstall.in | 3 | ||||
-rw-r--r-- | games/robocode/files/robocode-MeleeRumble.in | 3 | ||||
-rw-r--r-- | games/robocode/files/robocode-RoboRumble.in | 3 | ||||
-rw-r--r-- | games/robocode/files/robocode-Robocode.in | 3 | ||||
-rw-r--r-- | games/robocode/files/robocode-TeamRumble.in | 3 | ||||
-rw-r--r-- | games/robocode/files/robocode-TwinDuel.in | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/games/robocode/files/pkg-deinstall.in b/games/robocode/files/pkg-deinstall.in index 4b297e3acd1f..a3c5ddb86cd6 100644 --- a/games/robocode/files/pkg-deinstall.in +++ b/games/robocode/files/pkg-deinstall.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ "$2" = "POST-DEINSTALL" ]; then echo "" diff --git a/games/robocode/files/robocode-MeleeRumble.in b/games/robocode/files/robocode-MeleeRumble.in index 68195f06821f..2bcb4df8d348 100644 --- a/games/robocode/files/robocode-MeleeRumble.in +++ b/games/robocode/files/robocode-MeleeRumble.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx1024M \ -cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \ diff --git a/games/robocode/files/robocode-RoboRumble.in b/games/robocode/files/robocode-RoboRumble.in index 7198612eda04..6e7fd4555ca3 100644 --- a/games/robocode/files/robocode-RoboRumble.in +++ b/games/robocode/files/robocode-RoboRumble.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \ diff --git a/games/robocode/files/robocode-Robocode.in b/games/robocode/files/robocode-Robocode.in index d4546cbfb6e2..3842ef1f4df7 100644 --- a/games/robocode/files/robocode-Robocode.in +++ b/games/robocode/files/robocode-Robocode.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar" robocode.Robocode "${@}" diff --git a/games/robocode/files/robocode-TeamRumble.in b/games/robocode/files/robocode-TeamRumble.in index 7198612eda04..6e7fd4555ca3 100644 --- a/games/robocode/files/robocode-TeamRumble.in +++ b/games/robocode/files/robocode-TeamRumble.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \ diff --git a/games/robocode/files/robocode-TwinDuel.in b/games/robocode/files/robocode-TwinDuel.in index d2f2b3163941..fd205e9be0c3 100644 --- a/games/robocode/files/robocode-TwinDuel.in +++ b/games/robocode/files/robocode-TwinDuel.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \ |