diff options
Diffstat (limited to 'games/pythonchess/files/pythonchess.in')
-rw-r--r-- | games/pythonchess/files/pythonchess.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/pythonchess/files/pythonchess.in b/games/pythonchess/files/pythonchess.in deleted file mode 100644 index 25a5519499b0..000000000000 --- a/games/pythonchess/files/pythonchess.in +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -cd "%%DATADIR%%" -exec %%PYTHON_CMD%% ./PythonChessMain.py "${@}" |