Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 11:03:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439054 - head/games/iceicepenguin
Message-ID:  <201704211103.v3LB3tXa047714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211103.v3LB3tXa047714>