From fbf1c06896dc654b9fde1324a4ddd026499aa9b3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 9 Jun 2015 18:58:48 +0000 Subject: - Fix shebangs - Add NO_ARCH MFH: 2015Q2 (blanket) --- games/pytowerdefense/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games/pytowerdefense') diff --git a/games/pytowerdefense/Makefile b/games/pytowerdefense/Makefile index c0ca16729a23..4e72902ea096 100644 --- a/games/pytowerdefense/Makefile +++ b/games/pytowerdefense/Makefile @@ -3,7 +3,7 @@ PORTNAME= pytowerdefense PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -16,8 +16,10 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYGAME} -USES= python:2 zip +USES= python:2 shebangfix zip +SHEBANG_FILES= pyconsole.py INSTALLS_ICONS= yes +NO_ARCH= yes PORTDOCS= README modding.txt OPTIONS_DEFINE= DOCS -- cgit v1.2.3