1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/comms/tkhylafax/files/patch-ab
Justin M. Seger 400737a9f2 Switch to tcl/tk8.2
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-05 17:27:57 +00:00

20 lines
372 B
Plaintext

--- tkhylafax.orig Tue Dec 31 02:49:43 1996
+++ tkhylafax Sun Jun 8 12:34:58 1997
@@ -1,6 +1,6 @@
#!/bin/sh
#\
-exec wish "$0" ${1+"$@"}
+exec wish8.2 "$0" ${1+"$@"}
#
#
@@ -291,7 +291,7 @@
proc previewCover { args } {
- set faxcmd "[mkCover] | ghostview -"
+ set faxcmd "[mkCover] | gv -"
# Exec it
if {[catch {eval exec $faxcmd &} err]} {