Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 13:48:51 +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: r396480 - head/games/dontspace
Message-ID:  <201509091348.t89DmpXv009914@repo.freebsd.org>

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

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

Modified:
  head/games/dontspace/Makefile

Modified: head/games/dontspace/Makefile
==============================================================================
--- head/games/dontspace/Makefile	Wed Sep  9 13:45:07 2015	(r396479)
+++ head/games/dontspace/Makefile	Wed Sep  9 13:48:50 2015	(r396480)
@@ -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?201509091348.t89DmpXv009914>