Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 01:33:56 +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: r396350 - head/games/klondike
Message-ID:  <201509080133.t881XuLR094926@repo.freebsd.org>

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

Log:
  - Fix shebangs
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/games/klondike/Makefile

Modified: head/games/klondike/Makefile
==============================================================================
--- head/games/klondike/Makefile	Mon Sep  7 23:36:52 2015	(r396349)
+++ head/games/klondike/Makefile	Tue Sep  8 01:33:55 2015	(r396350)
@@ -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?201509080133.t881XuLR094926>