diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-20 15:46:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-20 15:46:21 +0000 |
commit | 085899844cddcdcda28a8ff4eb7e3b2946836e40 (patch) | |
tree | 5836a63f97938e530ca7c40c836a4a4e0079f574 | |
parent | f576c8887b305296fcceb343e462ff4ae1ae13a7 (diff) | |
download | freebsd-ports-085899844cddcdcda28a8ff4eb7e3b2946836e40.zip |
- Fix shebangs
-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 |