svn commit: r464932 - head/games/brainworkshop
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 18 16:51:36 UTC 2018
Author: yuri
Date: Sun Mar 18 16:51:35 2018
New Revision: 464932
URL: https://svnweb.freebsd.org/changeset/ports/464932
Log:
games/brainworkshop: Unbreak by fixing shebang
Modified:
head/games/brainworkshop/Makefile
Modified: head/games/brainworkshop/Makefile
==============================================================================
--- head/games/brainworkshop/Makefile Sun Mar 18 16:24:51 2018 (r464931)
+++ head/games/brainworkshop/Makefile Sun Mar 18 16:51:35 2018 (r464932)
@@ -12,9 +12,10 @@ COMMENT= Free open-source version of the Dual N-Back m
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}
More information about the svn-ports-all
mailing list