f7217796e5
- Add the patch-ad to make this port is suitable for tcl/tk 8.3 - Add @comment to PLIST
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
--- otcldoc.orig Fri Jul 14 06:21:20 2000
|
|
+++ otcldoc Fri Jul 14 06:21:34 2000
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
# the exec restarts using tclsh which in turn ignores
|
|
# the command because of this backslash: \
|
|
-exec tclsh "$0" "$@"
|
|
+exec tclsh8.3 "$0" "$@"
|
|
|
|
#
|
|
# otcldoc - a simple script for translating otcl classes into
|