mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
65a1f9f5fe
PR: 23569 Submitted by: Ports Fury
29 lines
899 B
Plaintext
29 lines
899 B
Plaintext
--- xtem.orig Tue Dec 5 22:56:05 2000
|
|
+++ xtem Wed Dec 13 01:19:04 2000
|
|
@@ -10,21 +10,21 @@
|
|
# touch xtemInstalled
|
|
|
|
##### command to call wish (must include Tcl and Tk)
|
|
-wishcall="/usr/local/bin/wish"
|
|
+wishcall="%%WISH%%"
|
|
|
|
##### command to call tcl (pure Tcl, without Tk)
|
|
-tclcall="/usr/local/bin/tclsh"
|
|
+tclcall="%%TCLSH%%"
|
|
|
|
##### path in which xtem is installed:
|
|
##### can be set by the environment variable XTEMPATH;
|
|
##### if XTEMPATH doesn't exist, it will be set to the following default value:
|
|
-: ${XTEMPATH=${XTEMPATH-/misc/local/xtem/xtem}}
|
|
+: ${XTEMPATH=${XTEMPATH-%%XTEMPATH%%}}
|
|
##### (i.e. files /misc/local/xtem/xtem/*.tcl will be found)
|
|
|
|
##### one of the following language defining lines must be made active!
|
|
#defaultlanguage="german"
|
|
#defaultlanguage="english"
|
|
-defaultlanguage="german"
|
|
+defaultlanguage="english"
|
|
|
|
if [ ! -d "$XTEMPATH" ]
|
|
then
|