aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-19 00:51:35 +0800
committeryuri <yuri@FreeBSD.org>2018-03-19 00:51:35 +0800
commit487d480a1f19f135e33a45ac91009f177e9c2f26 (patch)
tree89c17d3f709b336cdb8ed8265be9c0eeabce0654 /games
parentc04de391a992ed74c3abb3cc90cf2acf4c7d8381 (diff)
downloadfreebsd-ports-gnome-487d480a1f19f135e33a45ac91009f177e9c2f26.tar.gz
freebsd-ports-gnome-487d480a1f19f135e33a45ac91009f177e9c2f26.tar.zst
freebsd-ports-gnome-487d480a1f19f135e33a45ac91009f177e9c2f26.zip
games/brainworkshop: Unbreak by fixing shebang
Diffstat (limited to 'games')
-rw-r--r--games/brainworkshop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile
index dae4fca52a67..4ca19626bf9f 100644
--- a/games/brainworkshop/Makefile
+++ b/games/brainworkshop/Makefile
@@ -12,9 +12,10 @@ COMMENT= Free open-source version of the Dual N-Back mental exercise
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:graphics/py-pyglet@${PY_FLAVOR}
-USES= dos2unix python:2.7,run zip
+USES= dos2unix python:2.7,run shebangfix zip
NO_BUILD= yes
DOS2UNIX_FILES= brainworkshop.pyw
+SHEBANG_FILES= brainworkshop.pyw
WRKSRC= ${WRKDIR}/${PORTNAME}