diff options
Diffstat (limited to 'textproc/tkxmlive/files')
-rw-r--r-- | textproc/tkxmlive/files/patch-interface.tcl | 10 | ||||
-rw-r--r-- | textproc/tkxmlive/files/patch-tkxmlive | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/textproc/tkxmlive/files/patch-interface.tcl b/textproc/tkxmlive/files/patch-interface.tcl new file mode 100644 index 000000000000..0d34ef9852df --- /dev/null +++ b/textproc/tkxmlive/files/patch-interface.tcl @@ -0,0 +1,10 @@ +--- interface.tcl Thu May 30 23:56:36 2002 ++++ interface.tcl.new Fri Feb 20 11:06:41 2004 +@@ -1,4 +1,6 @@ +-#!/usr/bin/wish ++#!/bin/sh ++# The next line restarts using %%WISH%% \ ++exec %%WISH%% "$0" + + + package require msgcat diff --git a/textproc/tkxmlive/files/patch-tkxmlive b/textproc/tkxmlive/files/patch-tkxmlive new file mode 100644 index 000000000000..c643994d2d34 --- /dev/null +++ b/textproc/tkxmlive/files/patch-tkxmlive @@ -0,0 +1,8 @@ +--- tkxmlive Tue Mar 26 17:21:14 2002 ++++ tkxmlive.port Thu Dec 4 13:49:54 2003 +@@ -1,4 +1,4 @@ + #!/bin/sh + +-cd /home/alex/work/aspirantura/tmp ++cd %%DATADIR%% + ./interface.tcl |