Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 13:51:49 +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: r396481 - branches/2015Q3/games/dontspace
Message-ID:  <201509091351.t89DpnrJ011885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 13:51:48 2015
New Revision: 396481
URL: https://svnweb.freebsd.org/changeset/ports/396481

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

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

Modified: branches/2015Q3/games/dontspace/Makefile
==============================================================================
--- branches/2015Q3/games/dontspace/Makefile	Wed Sep  9 13:48:50 2015	(r396480)
+++ branches/2015Q3/games/dontspace/Makefile	Wed Sep  9 13:51:48 2015	(r396481)
@@ -3,17 +3,20 @@
 
 PORTNAME=	dontspace
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games tk
 MASTER_SITES=	http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Solitaire game for X11 modeled after Free Space
 
+USES=		tk shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
 CONFIGURE_ENV=	WISHX=${WISH}
-USES+=		tk
+SHEBANG_FILES=	*.tcl
+tk_OLD_CMD=	/usr/dist/bin/wishx
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -E 's,(BIN|LIB|MAN)DIR),DESTDIR)$$(&,g' \



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