svn commit: r438971 - head/games/4stattack

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 20 15:46:23 UTC 2017


Author: amdmi3
Date: Thu Apr 20 15:46:21 2017
New Revision: 438971
URL: https://svnweb.freebsd.org/changeset/ports/438971

Log:
  - Fix shebangs

Modified:
  head/games/4stattack/Makefile

Modified: head/games/4stattack/Makefile
==============================================================================
--- head/games/4stattack/Makefile	Thu Apr 20 15:45:54 2017	(r438970)
+++ head/games/4stattack/Makefile	Thu Apr 20 15:46:21 2017	(r438971)
@@ -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


More information about the svn-ports-head mailing list