diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
commit | 5a52a082347653e46a7330eb60d51230c01183ef (patch) | |
tree | 175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /games/robocode/files/robocode-RoboRumble.in | |
parent | bb21effd9b960e4613fbf599abcde1f3e655d817 (diff) | |
download | ports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz ports-5a52a082347653e46a7330eb60d51230c01183ef.zip |
Notes
Diffstat (limited to 'games/robocode/files/robocode-RoboRumble.in')
-rw-r--r-- | games/robocode/files/robocode-RoboRumble.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/robocode/files/robocode-RoboRumble.in b/games/robocode/files/robocode-RoboRumble.in index f435b4f37728..7198612eda04 100644 --- a/games/robocode/files/robocode-RoboRumble.in +++ b/games/robocode/files/robocode-RoboRumble.in @@ -3,8 +3,6 @@ # $FreeBSD$ # -export JAVA_VERSION="%%JAVA_VERSION%%" - cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \ roborumble.RoboRumbleAtHome ./roborumble/roborumble.txt "${@}" |