Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 16:51:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464932 - head/games/brainworkshop
Message-ID:  <201803181651.w2IGpZ4b074874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181651.w2IGpZ4b074874>