svn commit: r439054 - head/games/iceicepenguin

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 11:03:57 UTC 2017


Author: amdmi3
Date: Fri Apr 21 11:03:55 2017
New Revision: 439054
URL: https://svnweb.freebsd.org/changeset/ports/439054

Log:
  - Fix shebangs

Modified:
  head/games/iceicepenguin/Makefile

Modified: head/games/iceicepenguin/Makefile
==============================================================================
--- head/games/iceicepenguin/Makefile	Fri Apr 21 11:00:39 2017	(r439053)
+++ head/games/iceicepenguin/Makefile	Fri Apr 21 11:03:55 2017	(r439054)
@@ -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
 


More information about the svn-ports-head mailing list