1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/print/xtem/files/patch-aa

30 lines
925 B
Plaintext
Raw Normal View History

1999-09-03 10:40:36 +00:00
--- xtem.orig Mon Jun 21 14:00:27 1999
+++ xtem Fri Sep 3 10:43:14 1999
@@ -10,21 +10,21 @@
# touch xtemInstalled
##### command to call wishx (must include Tcl, Tk and TclX)
-wishcall="/usr/local/bin/wishx"
+wishcall=@WISHX@
##### command to call tcl (pure Tcl, without Tk)
1999-09-03 10:40:36 +00:00
-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:
1999-09-03 10:40:36 +00:00
-: ${XTEMPATH=${XTEMPATH-/misc/local/xtem/xtem}}
+: ${XTEMPATH=${XTEMPATH-@XTEMPATH@}}
1999-09-03 10:40:36 +00:00
##### (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"
+#defaultlanguage="german"
if [ ! -d "$XTEMPATH" ]
then