Date: Tue, 9 Jun 2015 18:53:08 +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: r388978 - head/games/tksol Message-ID: <201506091853.t59Ir8eV052841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 9 18:53:08 2015 New Revision: 388978 URL: https://svnweb.freebsd.org/changeset/ports/388978 Log: - Fix shebangs MFH: 2015Q2 (blanket) Modified: head/games/tksol/Makefile Modified: head/games/tksol/Makefile ============================================================================== --- head/games/tksol/Makefile Tue Jun 9 18:53:07 2015 (r388977) +++ head/games/tksol/Makefile Tue Jun 9 18:53:08 2015 (r388978) @@ -3,7 +3,7 @@ PORTNAME= tksol PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games tk MASTER_SITES= SUNSITE/games/solitaires @@ -14,7 +14,8 @@ LICENSE= GPLv2 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -USES= tar:tgz +USES= shebangfix tar:tgz +SHEBANG_FILES= pictures/generate_mini_pictures WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091853.t59Ir8eV052841>