svn commit: r464945 - head/games/scid
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 18 19:45:09 UTC 2018
Author: yuri
Date: Sun Mar 18 19:45:08 2018
New Revision: 464945
URL: https://svnweb.freebsd.org/changeset/ports/464945
Log:
games/scid: Unbreak by fixing shebang
Also add LICENSE.
Approved by: portmgr (port compliance, infrastructure)
Modified:
head/games/scid/Makefile
Modified: head/games/scid/Makefile
==============================================================================
--- head/games/scid/Makefile Sun Mar 18 19:34:08 2018 (r464944)
+++ head/games/scid/Makefile Sun Mar 18 19:45:08 2018 (r464945)
@@ -10,11 +10,17 @@ MASTER_SITES= SF/${PORTNAME}/Scid/Scid%204.6/
MAINTAINER= bsd at volki.at
COMMENT= Free chess database application
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
HAS_CONFIGURE= yes
USES= gmake python shebangfix tk:85+ zip
SHEBANG_FILES= tcl/lang/checklangs.tcl \
tcl/lang/propagatelang.tcl \
- tcl/lang/removetoken.tcl
+ tcl/lang/removetoken.tcl \
+ scripts/eco2pgn.py \
+ scripts/pgnfix.py \
+ scripts/twic2scid.py
TCL_LIBRARY= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}
More information about the svn-ports-all
mailing list