diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 02:58:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 02:58:48 +0800 |
commit | 81b910646576d24dcf2e99976405580491bd43cb (patch) | |
tree | 46870cb6f2c73088f35c2fea4a412f3d2137868c | |
parent | 7473516e8bfd01c5fd64a58786b1b513eeb4ccf3 (diff) | |
download | freebsd-ports-gnome-81b910646576d24dcf2e99976405580491bd43cb.tar.gz freebsd-ports-gnome-81b910646576d24dcf2e99976405580491bd43cb.tar.zst freebsd-ports-gnome-81b910646576d24dcf2e99976405580491bd43cb.zip |
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2 (blanket)
-rw-r--r-- | games/pytowerdefense/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |