diff options
Diffstat (limited to 'textproc/gmat/files/patch-ae')
-rw-r--r-- | textproc/gmat/files/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/gmat/files/patch-ae b/textproc/gmat/files/patch-ae new file mode 100644 index 000000000000..af0ded91b06d --- /dev/null +++ b/textproc/gmat/files/patch-ae @@ -0,0 +1,15 @@ +--- bin/gmat.troff~ Fri Dec 27 15:20:10 2002 ++++ bin/gmat.troff Fri Dec 27 15:20:33 2002 +@@ -519,10 +519,10 @@ + # HANDLE RETURN CODE! + } elsif ($preview) { + print STDERR "Previewing $file.\n" if $VERBOSE; +- print COMMANDS "ghostview $grops_temp\n"; ++ print COMMANDS "gv $grops_temp\n"; + close (COMMANDS); # so that you can see what's in there + # when the preview window is up... +- system "ghostview $grops_temp"; ++ system "gv $grops_temp"; + # HANDLE RETURN CODE! + } elsif ($checkonly) { + print STDERR "Checking completed.\n" if $VERBOSE; |