svn commit: r396481 - branches/2015Q3/games/dontspace

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 13:51:49 UTC 2015


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


More information about the svn-ports-all mailing list