svn commit: r396351 - branches/2015Q3/games/klondike

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 8 01:35:13 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list