svn commit: r388978 - head/games/tksol
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 9 18:53:09 UTC 2015
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
More information about the svn-ports-all
mailing list