diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-20 23:46:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-20 23:46:21 +0800 |
commit | fe781d7c34a90493ba5b7eb06d0a9f4c70133be9 (patch) | |
tree | 5836a63f97938e530ca7c40c836a4a4e0079f574 /games/4stattack | |
parent | a94bfc51568f645fa18b318a84a148ad39d84509 (diff) | |
download | freebsd-ports-gnome-fe781d7c34a90493ba5b7eb06d0a9f4c70133be9.tar.gz freebsd-ports-gnome-fe781d7c34a90493ba5b7eb06d0a9f4c70133be9.tar.zst freebsd-ports-gnome-fe781d7c34a90493ba5b7eb06d0a9f4c70133be9.zip |
- Fix shebangs
Diffstat (limited to 'games/4stattack')
-rw-r--r-- | games/4stattack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index b3918cc66076..1eafeef4d6a9 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -3,7 +3,7 @@ PORTNAME= 4stattack PORTVERSION= 2.1.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/forcedattack/4stAttack/${PORTVERSION}/ DISTNAME= 4stAttack-${PORTVERSION} @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/GPL RUN_DEPENDS= ${PYGAME} -USES= python +USES= python shebangfix +SHEBANG_FILES= 4stattack.py NO_ARCH= yes PORTDOCS= changelog.txt credits.txt |