freebsd-ports/games/polypuzzle/files/patch-polypuzzle
Pav Lucistnik d5270b31c4 Add polypuzzle, a small polygon puzzle written in Tk.
PR:		ports/68510
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-07-02 19:48:03 +00:00

13 lines
407 B
Text

--- polypuzzle.orig Fri Jun 18 11:51:04 2004
+++ polypuzzle Wed Jun 30 13:46:07 2004
@@ -1,8 +1,8 @@
#/bin/sh
# the next line restarts using tclsh \
-exec wish "$0" "$@"
+exec wish8.4 "$0" "$@"
-if {[file isdirectory /usr/local/lib/polypuzzle]} {cd /usr/local/lib/polypuzzle}
+if {[file isdirectory %%DATADIR%%]} {cd %%DATADIR%%}
source pieces.colours
set colour(bg) azure3 ;# background colour