From cfe7d1d43e5c61b7df669aa7f18c68f7976f190a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:46:15 +0000 Subject: [PATCH] - Fix shebangs Approved by: portmgr blanket --- games/gcompris/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 326c89528cd3..8acb913fd686 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcompris PORTVERSION= 15.02 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap USES= display:configure gettext gmake libtool pathfix pkgconfig \ - python:2 tar:bzip2 + python:2 shebangfix tar:bzip2 +SHEBANG_FILES= boards/voices/*.sh GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_SQLITE= 3