aboutsummaryrefslogtreecommitdiff
path: root/games/scid
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-05 10:55:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-05 10:55:47 +0000
commitfaf55352cd4c20b9c332f0ad75879cabb77fa645 (patch)
tree2d08b716bdeda3b62ce419b75e22024708883e8b /games/scid
parent9e938c938688736ebc6534d69d0382ea83f9d406 (diff)
downloadports-faf55352cd4c20b9c332f0ad75879cabb77fa645.tar.gz
ports-faf55352cd4c20b9c332f0ad75879cabb77fa645.zip
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=400841
Diffstat (limited to 'games/scid')
-rw-r--r--games/scid/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile
index 9ef70a90af71..0d71ebafb728 100644
--- a/games/scid/Makefile
+++ b/games/scid/Makefile
@@ -3,6 +3,7 @@
PORTNAME= scid
PORTVERSION= 4.6.2
+PORTREVISION= 1
CATEGORIES= games databases
MASTER_SITES= SF/${PORTNAME}/Scid/Scid%204.6/
@@ -10,8 +11,11 @@ MAINTAINER= bsd@volki.at
COMMENT= Free chess database application
HAS_CONFIGURE= yes
-USES= gmake python tk:84,85,86 zip
-WRKSRC= ${WRKDIR}/scid-src
+USES= gmake python shebangfix tk:84,85,86 zip
+SHEBANG_FILES= tcl/lang/checklangs.tcl \
+ tcl/lang/propagatelang.tcl \
+ tcl/lang/removetoken.tcl
+WRKSRC= ${WRKDIR}/scid-src
TCL_LIBRARY= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}