mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14f8bf7871
Another pointless puzzle game for Tcl/Tk. PR: 7601 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
--- merlin.orig Mon Jul 7 11:28:19 1997
|
|
+++ merlin Sun Aug 23 18:09:17 1998
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/wish4.1
|
|
+#!/usr/local/bin/wish8.0
|
|
#
|
|
# Merlin - a pointless puzzle game
|
|
#
|
|
@@ -22,7 +22,7 @@
|
|
# UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
|
|
|
|
-set score_file {c:\\Users\\np2\\Dev\\Tcl\\Merlin\\merlin.sc}
|
|
+set score_file {~/merlin.score}
|
|
#[file join Users np2 Dev Tcl Merlin merlin.sc]
|
|
|
|
font create Merlin -family Helvetica -size 24
|