Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 01:35:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r396351 - branches/2015Q3/games/klondike
Message-ID:  <201509080135.t881ZDJW095171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 01:35:12 2015
New Revision: 396351
URL: https://svnweb.freebsd.org/changeset/ports/396351

Log:
  MFH: r396350
  
  - Fix shebangs
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/games/klondike/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/games/klondike/Makefile
==============================================================================
--- branches/2015Q3/games/klondike/Makefile	Tue Sep  8 01:33:55 2015	(r396350)
+++ branches/2015Q3/games/klondike/Makefile	Tue Sep  8 01:35:12 2015	(r396351)
@@ -3,16 +3,20 @@
 
 PORTNAME=	klondike
 PORTVERSION=	1.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games tk
 MASTER_SITES=	http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
 
 MAINTAINER=	faber@isi.edu
 COMMENT=	Solitaire game for X11
 
-USES=		tk:run
+LICENSE=	BSD3CLAUSE
+
+USES=		shebangfix tk:run
+SHEBANG_FILES=	*.tcl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
 CONFIGURE_ENV=	WISHX=${WISH}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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