summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>