diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-17 21:02:52 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-17 21:02:52 +0800 |
commit | 41da4ca42317adf6837bc1e717c56554d220cc4d (patch) | |
tree | 8367ef3bdc6ac23c17b4078d169d3aa1800efc12 /misc/ewipe/files | |
parent | 8de1ffb65a43866b96a405c0d93f34dd237b3090 (diff) | |
download | freebsd-ports-gnome-41da4ca42317adf6837bc1e717c56554d220cc4d.tar.gz freebsd-ports-gnome-41da4ca42317adf6837bc1e717c56554d220cc4d.tar.zst freebsd-ports-gnome-41da4ca42317adf6837bc1e717c56554d220cc4d.zip |
ewipe, tcl/tk based presentation tool(includes authoring tool).
Diffstat (limited to 'misc/ewipe/files')
-rw-r--r-- | misc/ewipe/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa new file mode 100644 index 000000000000..dbe28e9910ab --- /dev/null +++ b/misc/ewipe/files/patch-aa @@ -0,0 +1,18 @@ +--- ewipe.orig Fri Oct 17 16:19:46 1997 ++++ ewipe Fri Oct 17 16:20:16 1997 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-exec wish "$0" "--" "$@" ++exec /usr/local/bin/wish4.2jp "$0" "--" "$@" + + # # + # EWIPE: Extended WIPE (Editor for WIPE) # +@@ -21,6 +21,7 @@ + # # + + lappend auto_path . ++lappend auto_path /usr/local/lib/ewipe + + ################################################## + |