svn commit: r396480 - head/games/dontspace
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 9 13:48:51 UTC 2015
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 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