aboutsummaryrefslogtreecommitdiffstats
path: root/games/klondike
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 09:33:55 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 09:33:55 +0800
commit347a145d9d78cfcc19df287f380157a7c3516695 (patch)
tree3e7345a2de4bef8aad013c9130736fef9e15c9bb /games/klondike
parent8c7a2d0b9236f06486e96c2bf93dee143580df9e (diff)
downloadfreebsd-ports-gnome-347a145d9d78cfcc19df287f380157a7c3516695.tar.gz
freebsd-ports-gnome-347a145d9d78cfcc19df287f380157a7c3516695.tar.zst
freebsd-ports-gnome-347a145d9d78cfcc19df287f380157a7c3516695.zip
- Fix shebangs
- Add LICENSE - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'games/klondike')
-rw-r--r--games/klondike/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile
index a086d4c50551..946d380a785f 100644
--- a/games/klondike/Makefile
+++ b/games/klondike/Makefile
@@ -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@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>