diff options
Diffstat (limited to 'games')
69 files changed, 8 insertions, 177 deletions
diff --git a/games/automuteus/files/automuteus.in b/games/automuteus/files/automuteus.in index f1d1f6a1e820..f5113eb34fd1 100644 --- a/games/automuteus/files/automuteus.in +++ b/games/automuteus/files/automuteus.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: automuteus # REQUIRE: DAEMON FILESYSTEMS NETWORKING # KEYWORD: shutdown diff --git a/games/blockrage/files/blockrage.in b/games/blockrage/files/blockrage.in index 9d17be65ce2f..f31a224d73f7 100644 --- a/games/blockrage/files/blockrage.in +++ b/games/blockrage/files/blockrage.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec ./blockrage "${@}" diff --git a/games/cockatrice/files/servatrice.in b/games/cockatrice/files/servatrice.in index 0eed87c08d7f..a4985fa48ecc 100644 --- a/games/cockatrice/files/servatrice.in +++ b/games/cockatrice/files/servatrice.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: servatrice # REQUIRE: LOGIN %%mysql%% diff --git a/games/cre/files/Makefile b/games/cre/files/Makefile index 8ae103a15d98..58b61d1c33ad 100644 --- a/games/cre/files/Makefile +++ b/games/cre/files/Makefile @@ -1,7 +1,4 @@ # Makefile for games/cre (Corewars Redcode Evolver). -# -# $FreeBSD$ -# PROG= cre SRCS!= ls *.c diff --git a/games/cube/files/cube_client.in b/games/cube/files/cube_client.in index 49bb7774f3ae..45d4d2d3a90f 100644 --- a/games/cube/files/cube_client.in +++ b/games/cube/files/cube_client.in @@ -1,8 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# - # The executable needs to be run from its data directory, and needs to store # configuration in it. We therefore mirror the data directory hierarchy in diff --git a/games/cube/files/cube_server.in b/games/cube/files/cube_server.in index 226a65c370dd..f1b56cce3ce6 100644 --- a/games/cube/files/cube_server.in +++ b/games/cube/files/cube_server.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # The executable needs to be run from its data directory, and needs to store # configuration in it. We therefore mirror the data directory hierarchy in diff --git a/games/domination/files/domination-FlashGUI.in b/games/domination/files/domination-FlashGUI.in index f096ce30f941..bba00917c3cc 100644 --- a/games/domination/files/domination-FlashGUI.in +++ b/games/domination/files/domination-FlashGUI.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -cp Domination.jar net.yura.domination.ui.flashgui.MainMenu "${@}" diff --git a/games/domination/files/domination-Increment1GUI.in b/games/domination/files/domination-Increment1GUI.in index 273a09f655e5..30102a153150 100644 --- a/games/domination/files/domination-Increment1GUI.in +++ b/games/domination/files/domination-Increment1GUI.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -cp Domination.jar net.yura.domination.ui.increment1gui.Increment1Frame "${@}" diff --git a/games/domination/files/domination-SimpleGUI.in b/games/domination/files/domination-SimpleGUI.in index f2475d8283f2..93c0ce677961 100644 --- a/games/domination/files/domination-SimpleGUI.in +++ b/games/domination/files/domination-SimpleGUI.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -cp Domination.jar net.yura.domination.ui.simplegui.RiskGUI "${@}" diff --git a/games/domination/files/domination-SwingGUI.in b/games/domination/files/domination-SwingGUI.in index aa457f202589..293d2ac1f900 100644 --- a/games/domination/files/domination-SwingGUI.in +++ b/games/domination/files/domination-SwingGUI.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -cp Domination.jar net.yura.domination.ui.swinggui.SwingGUIFrame "${@}" diff --git a/games/domination/files/pkg-deinstall.in b/games/domination/files/pkg-deinstall.in index 4b297e3acd1f..a3c5ddb86cd6 100644 --- a/games/domination/files/pkg-deinstall.in +++ b/games/domination/files/pkg-deinstall.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ "$2" = "POST-DEINSTALL" ]; then echo "" diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 4bd3f861643b..a863eab5ab97 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,5 +1,4 @@ # Created by: ada@bsd.org -# $FreeBSD: head/games/freeciv/Makefile 567934 2021-03-09 14:13:47Z mat $ PORTNAME= freeciv PORTVERSION= 2.6.4 diff --git a/games/freeminer/files/freeminer.in b/games/freeminer/files/freeminer.in index 4734b3e54dcb..d39fd1500b48 100644 --- a/games/freeminer/files/freeminer.in +++ b/games/freeminer/files/freeminer.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: freeminer # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/games/frikqcc/files/Makefile b/games/frikqcc/files/Makefile index 78d1f98f6345..57f357dc747c 100644 --- a/games/frikqcc/files/Makefile +++ b/games/frikqcc/files/Makefile @@ -1,6 +1,3 @@ -# -# $FreeBSD$ - CFLAGS+= -DINLINE COBJS= compiler/cmdlib.o \ diff --git a/games/gnurobots/files/pkg-install.in b/games/gnurobots/files/pkg-install.in index 1f27f8d50017..67f873639a89 100644 --- a/games/gnurobots/files/pkg-install.in +++ b/games/gnurobots/files/pkg-install.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# echo "This example maps you can use:" echo "" diff --git a/games/golddig/files/pkg-deinstall.in b/games/golddig/files/pkg-deinstall.in index acf057d07892..ece096e6e8c6 100644 --- a/games/golddig/files/pkg-deinstall.in +++ b/games/golddig/files/pkg-deinstall.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-DEINSTALL" ] && exit 0 diff --git a/games/golddig/files/pkg-install.in b/games/golddig/files/pkg-install.in index ca48274b2c5f..186c54cbb262 100644 --- a/games/golddig/files/pkg-install.in +++ b/games/golddig/files/pkg-install.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-INSTALL" ] && exit 0 [ -e "%%SCOREFILE%%" ] && exit 0 diff --git a/games/holotz-castle/files/holotz-castle-solutions.in b/games/holotz-castle/files/holotz-castle-solutions.in index 40da5e652111..69d9ae760122 100644 --- a/games/holotz-castle/files/holotz-castle-solutions.in +++ b/games/holotz-castle/files/holotz-castle-solutions.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# echo "" echo -n "Which Solution for Holotz's Castle would You see?" diff --git a/games/iceicepenguin/files/iceicepenguin.in b/games/iceicepenguin/files/iceicepenguin.in index 943ada5fdbde..9fefaab93e0d 100644 --- a/games/iceicepenguin/files/iceicepenguin.in +++ b/games/iceicepenguin/files/iceicepenguin.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec %%PYTHON_CMD%% ./iceicepengui.py "${@}" diff --git a/games/inform7/files/i7.sh.in b/games/inform7/files/i7.sh.in index 450e61f1f6ff..07d4ad19377b 100644 --- a/games/inform7/files/i7.sh.in +++ b/games/inform7/files/i7.sh.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # Copyright (c) 2010-2014 Andy Kosela <akosela@andykosela.com> # All rights reserved. # diff --git a/games/ioquake3/files/ioq3ded.in b/games/ioquake3/files/ioq3ded.in index 0477c01e5b10..934af3fc2988 100644 --- a/games/ioquake3/files/ioq3ded.in +++ b/games/ioquake3/files/ioq3ded.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ # PROVIDE: ioq3ded # REQUIRE: LOGIN diff --git a/games/jin/files/jin.in b/games/jin/files/jin.in index de3c80167274..9acc187c6dd9 100644 --- a/games/jin/files/jin.in +++ b/games/jin/files/jin.in @@ -1,4 +1,4 @@ #!/bin/sh -# $FreeBSD$ + cd %%DATADIR%% exec "%%LOCALBASE%%/bin/java" -cp %%JAVAJARDIR%%/bsh.jar:%%JINJAR%% free.jin.JinApplication "$@" diff --git a/games/jtans/files/jtans.sh.in b/games/jtans/files/jtans.sh.in index 294749152922..c852040bd238 100644 --- a/games/jtans/files/jtans.sh.in +++ b/games/jtans/files/jtans.sh.in @@ -1,5 +1,3 @@ #!/bin/sh -# -# $FreeBSD$ "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/jtans_appli-1.0.jar" diff --git a/games/kobodeluxe/files/pkg-deinstall.in b/games/kobodeluxe/files/pkg-deinstall.in index 590c217b82f7..dcd831bf4e8e 100644 --- a/games/kobodeluxe/files/pkg-deinstall.in +++ b/games/kobodeluxe/files/pkg-deinstall.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-DEINSTALL" ] && exit 0 diff --git a/games/kobodeluxe/files/pkg-install.in b/games/kobodeluxe/files/pkg-install.in index 28af6ce30203..679efb2509a1 100644 --- a/games/kobodeluxe/files/pkg-install.in +++ b/games/kobodeluxe/files/pkg-install.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-INSTALL" ] && exit 0 [ -e "%%SCOREDIR%%/kobo-deluxe/scores" ] && exit 0 diff --git a/games/ldmud/files/ldmud.in b/games/ldmud/files/ldmud.in index 8b37449788bf..08d76bd8eabf 100644 --- a/games/ldmud/files/ldmud.in +++ b/games/ldmud/files/ldmud.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: ldmud # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/games/linux-nwnclient/files/nwmovies.pl b/games/linux-nwnclient/files/nwmovies.pl index 6c4b5d2a78eb..ead5a7c10107 100644 --- a/games/linux-nwnclient/files/nwmovies.pl +++ b/games/linux-nwnclient/files/nwmovies.pl @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # There is a Perl script that accompanies the NWMovies distfile, however, it # would require Linux Perl to be installed when a simple shell script will diff --git a/games/linux-nwnclient/files/nwn.sh b/games/linux-nwnclient/files/nwn.sh index f4ffcc35c59f..81351502c564 100644 --- a/games/linux-nwnclient/files/nwn.sh +++ b/games/linux-nwnclient/files/nwn.sh @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# NWNDATADIR="%%NWNDATADIR%%" NWNCLIENTDIR="%%NWNCLIENTDIR%%" diff --git a/games/magicmaze/files/magicmaze.in b/games/magicmaze/files/magicmaze.in index 331a6d650f66..46041ebf609a 100644 --- a/games/magicmaze/files/magicmaze.in +++ b/games/magicmaze/files/magicmaze.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec %%RUBY%% mm.rb "${@}" diff --git a/games/minecraft-server/files/minecraft.in b/games/minecraft-server/files/minecraft.in index 273b2f2162b8..4745899af7e1 100644 --- a/games/minecraft-server/files/minecraft.in +++ b/games/minecraft-server/files/minecraft.in @@ -1,6 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ + # PROVIDE: minecraft # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/games/minetest/files/minetest.in b/games/minetest/files/minetest.in index 4427191a803d..2f1cf002309b 100644 --- a/games/minetest/files/minetest.in +++ b/games/minetest/files/minetest.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: minetest # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/games/mtaserver/files/mtad.in b/games/mtaserver/files/mtad.in index c351f1a4d22b..760d4d41d93e 100644 --- a/games/mtaserver/files/mtad.in +++ b/games/mtaserver/files/mtad.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: mtad # REQUIRE: NETWORKING # diff --git a/games/nethack32/files/pkg-deinstall.in b/games/nethack32/files/pkg-deinstall.in index eef0b35d65e1..04e356acdf02 100644 --- a/games/nethack32/files/pkg-deinstall.in +++ b/games/nethack32/files/pkg-deinstall.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ if [ "${2}" = "POST-DEINSTALL" ]; then if [ -d "${PKG_PREFIX}/%%HACKDIR%%" ]; then diff --git a/games/nethack33/files/pkg-deinstall.in b/games/nethack33/files/pkg-deinstall.in index eef0b35d65e1..04e356acdf02 100644 --- a/games/nethack33/files/pkg-deinstall.in +++ b/games/nethack33/files/pkg-deinstall.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ if [ "${2}" = "POST-DEINSTALL" ]; then if [ -d "${PKG_PREFIX}/%%HACKDIR%%" ]; then diff --git a/games/opensurge/files/opensurge.in b/games/opensurge/files/opensurge.in index 29391c47e6a8..84afc0fe9dc7 100644 --- a/games/opensurge/files/opensurge.in +++ b/games/opensurge/files/opensurge.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec ./opensurge "${@}" diff --git a/games/openttd/files/openttd.in b/games/openttd/files/openttd.in index 031a2274e13e..d436fc0bc1cb 100644 --- a/games/openttd/files/openttd.in +++ b/games/openttd/files/openttd.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: openttd # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/games/orthorobot/files/orthorobot.in b/games/orthorobot/files/orthorobot.in index 818ed1cac672..7e06797b3863 100644 --- a/games/orthorobot/files/orthorobot.in +++ b/games/orthorobot/files/orthorobot.in @@ -1,4 +1,3 @@ #! /bin/sh - -# $FreeBSD$ exec %%LOVE_CMD%% %%DATADIR%%/%%PORTNAME%%.love "$@" diff --git a/games/pachi/files/pkg-deinstall.in b/games/pachi/files/pkg-deinstall.in index a289c6f566ce..f4eb6951f401 100644 --- a/games/pachi/files/pkg-deinstall.in +++ b/games/pachi/files/pkg-deinstall.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-DEINSTALL" ] && exit 0 diff --git a/games/pachi/files/pkg-install.in b/games/pachi/files/pkg-install.in index ff18a3208638..6f3ef5f9160c 100644 --- a/games/pachi/files/pkg-install.in +++ b/games/pachi/files/pkg-install.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ "$2" != "POST-INSTALL" ] && exit 0 [ -e "%%SCOREFILE%%" ] && exit 0 diff --git a/games/pangzero/files/pangzero.in b/games/pangzero/files/pangzero.in index 3ea3c8c2db71..1a96d6730048 100644 --- a/games/pangzero/files/pangzero.in +++ b/games/pangzero/files/pangzero.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%"/bin exec %%PERL%% ./pangzero "${@}" diff --git a/games/patapizza-tetris/files/patapizza-tetris.in b/games/patapizza-tetris/files/patapizza-tetris.in index 0e5aec3925f4..149c82bf80b6 100644 --- a/games/patapizza-tetris/files/patapizza-tetris.in +++ b/games/patapizza-tetris/files/patapizza-tetris.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec ./patapizza-tetris "${@}" diff --git a/games/pcgen/files/pcgen.sh.in b/games/pcgen/files/pcgen.sh.in index 705dc40e29e8..29c67ce11bc1 100644 --- a/games/pcgen/files/pcgen.sh.in +++ b/games/pcgen/files/pcgen.sh.in @@ -1,6 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ [ \! -d "${HOME}/.pcgen" ] && mkdir "${HOME}/.pcgen" cd "%%DATADIR%%" diff --git a/games/pvpgn/files/bnetd.in b/games/pvpgn/files/bnetd.in index c0381ea9871e..135a60448f63 100644 --- a/games/pvpgn/files/bnetd.in +++ b/games/pvpgn/files/bnetd.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: bnetd # REQUIRE: DAEMON diff --git a/games/qccx/files/Makefile b/games/qccx/files/Makefile index 4df07f1b0308..8326bcedcba0 100644 --- a/games/qccx/files/Makefile +++ b/games/qccx/files/Makefile @@ -1,6 +1,3 @@ -# -# $FreeBSD$ - OBJS = cmdlib.o hash.o pr_comp.o pr_lex.o qcc.o .cpp.o: diff --git a/games/quake2-3zb2/files/Makefile b/games/quake2-3zb2/files/Makefile index 05d7e1cd3757..c3d34135a6f5 100644 --- a/games/quake2-3zb2/files/Makefile +++ b/games/quake2-3zb2/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB= game SHLIB_NAME= game.so diff --git a/games/quake2-ctf/files/Makefile b/games/quake2-ctf/files/Makefile index 8ffe851c685c..1f109db771fc 100644 --- a/games/quake2-ctf/files/Makefile +++ b/games/quake2-ctf/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB_NAME= game.so SRCS!= ls *.c diff --git a/games/quake2-data/files/Makefile b/games/quake2-data/files/Makefile index 7d1bbe25ed21..ce2aa47ef009 100644 --- a/games/quake2-data/files/Makefile +++ b/games/quake2-data/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB= game SHLIB_NAME= game.so diff --git a/games/quake2-rogue/files/Makefile b/games/quake2-rogue/files/Makefile index 50da24cdd25f..a56946b74afe 100644 --- a/games/quake2-rogue/files/Makefile +++ b/games/quake2-rogue/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB= game SHLIB_NAME= game.so diff --git a/games/quake2-xatrix/files/Makefile b/games/quake2-xatrix/files/Makefile index 12e8c1362fbf..650bbbeaa986 100644 --- a/games/quake2-xatrix/files/Makefile +++ b/games/quake2-xatrix/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB= game SHLIB_NAME= game.so diff --git a/games/quaqut/files/quaqut.in b/games/quaqut/files/quaqut.in index c3b4233b784d..5f8ffdfa1045 100644 --- a/games/quaqut/files/quaqut.in +++ b/games/quaqut/files/quaqut.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: quaqut # REQUIRE: NETWORKING # diff --git a/games/rescue/files/rescue.in b/games/rescue/files/rescue.in index 200eb591d3ed..f065e91d76d3 100644 --- a/games/rescue/files/rescue.in +++ b/games/rescue/files/rescue.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -jar "%%DATADIR%%/Rescue.jar" "${@}" diff --git a/games/robocode-naval/files/pkg-deinstall.in b/games/robocode-naval/files/pkg-deinstall.in index 4b297e3acd1f..a3c5ddb86cd6 100644 --- a/games/robocode-naval/files/pkg-deinstall.in +++ b/games/robocode-naval/files/pkg-deinstall.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ "$2" = "POST-DEINSTALL" ]; then echo "" diff --git a/games/robocode-naval/files/robocode-NavalRobocode.in b/games/robocode-naval/files/robocode-NavalRobocode.in index 419eae5818a7..94b10dc88489 100644 --- a/games/robocode-naval/files/robocode-NavalRobocode.in +++ b/games/robocode-naval/files/robocode-NavalRobocode.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \ -cp "libs/robocode.jar" robocode.NavalRobocode "${@}" 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" \ diff --git a/games/rottdc/files/Makefile b/games/rottdc/files/Makefile index 8c0405e42f75..ede0dcbd06ac 100644 --- a/games/rottdc/files/Makefile +++ b/games/rottdc/files/Makefile @@ -1,7 +1,4 @@ # Makefile wrapper for building both full and shareware versions. -# -# $FreeBSD$ -# all: rott rott-sw $(MAKE) -C rott diff --git a/games/sampsvr/files/sampd.in b/games/sampsvr/files/sampd.in index 366b116760b4..005556fa5a16 100644 --- a/games/sampsvr/files/sampd.in +++ b/games/sampsvr/files/sampd.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: sampd # REQUIRE: NETWORKING # diff --git a/games/slashem-tty/files/pkg-deinstall.in b/games/slashem-tty/files/pkg-deinstall.in index 8a0725bf3dc9..0fccaada3bbf 100644 --- a/games/slashem-tty/files/pkg-deinstall.in +++ b/games/slashem-tty/files/pkg-deinstall.in @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then echo "" diff --git a/games/spicetrade/files/spicetrade.in b/games/spicetrade/files/spicetrade.in index 613dc8b5af84..88eeac3ea4fa 100644 --- a/games/spicetrade/files/spicetrade.in +++ b/games/spicetrade/files/spicetrade.in @@ -1,5 +1,3 @@ #!/bin/sh -# -# $FreeBSD$ exec "%%LOCALBASE%%/bin/java" -jar "%%JARFILE%%" "$@" diff --git a/games/tetrinet-x/files/tetrinetx.in b/games/tetrinet-x/files/tetrinetx.in index af6bdb7f275a..3d87e76cbe3f 100644 --- a/games/tetrinet-x/files/tetrinetx.in +++ b/games/tetrinet-x/files/tetrinetx.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: tetrinetx # REQUIRE: DAEMON # KEYWORD: shutdown diff --git a/games/traingame/files/traingame.in b/games/traingame/files/traingame.in index 2dbeb68da761..2c2ba4440b5a 100644 --- a/games/traingame/files/traingame.in +++ b/games/traingame/files/traingame.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec ./traingame "${@}" diff --git a/games/ttt/files/ttt.in b/games/ttt/files/ttt.in index efb0bb4bd48c..8da0e9696d53 100644 --- a/games/ttt/files/ttt.in +++ b/games/ttt/files/ttt.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# cd "%%DATADIR%%" exec ./ttt "${@}" diff --git a/games/uhexen2/files/Makefile b/games/uhexen2/files/Makefile index f0d1c34da8ad..9cd706c0586c 100644 --- a/games/uhexen2/files/Makefile +++ b/games/uhexen2/files/Makefile @@ -1,8 +1,5 @@ # GNU Makefile wrapper for games/uhexen2. # The source tree does not have a main Makefile. -# -# $FreeBSD$ -# all: ifeq ($(BUILD_HEXEN2),yes) diff --git a/games/umark/files/Makefile b/games/umark/files/Makefile index 561e4ce178cc..471af902dc08 100644 --- a/games/umark/files/Makefile +++ b/games/umark/files/Makefile @@ -1,7 +1,3 @@ -# -# $FreeBSD$ -# - BIN= umark INCS= `pkg-config gtk+-2.0 --cflags` diff --git a/games/unnethack/files/pkg-deinstall.in b/games/unnethack/files/pkg-deinstall.in index d78f6e1fc0c3..18c983918adf 100644 --- a/games/unnethack/files/pkg-deinstall.in +++ b/games/unnethack/files/pkg-deinstall.in @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ if [ "$2" = "POST-DEINSTALL" -a -d "%%VARDIR%%" ]; then echo "" |