aboutsummaryrefslogtreecommitdiff
path: root/games/robocode
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:21:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:31:13 +0000
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /games/robocode
parent305f148f482daf30dcf728039d03d019f88344eb (diff)
downloadports-135fdeebb99c3569e42d8162b265e15d29bd937d.tar.gz
ports-135fdeebb99c3569e42d8162b265e15d29bd937d.zip
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'games/robocode')
-rw-r--r--games/robocode/files/pkg-deinstall.in3
-rw-r--r--games/robocode/files/robocode-MeleeRumble.in3
-rw-r--r--games/robocode/files/robocode-RoboRumble.in3
-rw-r--r--games/robocode/files/robocode-Robocode.in3
-rw-r--r--games/robocode/files/robocode-TeamRumble.in3
-rw-r--r--games/robocode/files/robocode-TwinDuel.in3
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" \