Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2015 10:55:47 +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: r400841 - head/games/scid
Message-ID:  <201511051055.tA5AtlXH040163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov  5 10:55:47 2015
New Revision: 400841
URL: https://svnweb.freebsd.org/changeset/ports/400841

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/games/scid/Makefile

Modified: head/games/scid/Makefile
==============================================================================
--- head/games/scid/Makefile	Thu Nov  5 10:55:19 2015	(r400840)
+++ head/games/scid/Makefile	Thu Nov  5 10:55:47 2015	(r400841)
@@ -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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511051055.tA5AtlXH040163>