aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-21 19:03:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-21 19:03:55 +0800
commit1d88424496defa654356a5e0296a154f0c8a1cf6 (patch)
tree555b76a3f252fc095d2835c12b603806c853ea91
parent89847fee572b7bdc3d95732926986b63d8710668 (diff)
downloadfreebsd-ports-gnome-1d88424496defa654356a5e0296a154f0c8a1cf6.tar.gz
freebsd-ports-gnome-1d88424496defa654356a5e0296a154f0c8a1cf6.tar.zst
freebsd-ports-gnome-1d88424496defa654356a5e0296a154f0c8a1cf6.zip
- Fix shebangs
-rw-r--r--games/iceicepenguin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile
index 587a7780e82a..9210d53b1ea8 100644
--- a/games/iceicepenguin/Makefile
+++ b/games/iceicepenguin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= iceicepenguin
PORTVERSION= 1.5.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \
SF/nemysisfreebsdp/games/:icons
@@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/"ice ice penguin"
-USES= python:run zip
+USES= python:run shebangfix zip
+SHEBANG_FILES= iceicepengui.py
NO_BUILD= yes
NO_ARCH= yes