summaryrefslogtreecommitdiff
path: root/textproc/gmat/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gmat/files/patch-ae')
-rw-r--r--textproc/gmat/files/patch-ae24
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/gmat/files/patch-ae b/textproc/gmat/files/patch-ae
deleted file mode 100644
index e5c768fac553..000000000000
--- a/textproc/gmat/files/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
---- bin/gmat.troff.orig Tue Feb 1 21:49:18 2000
-+++ bin/gmat.troff Mon Dec 13 14:04:14 2004
-@@ -90,7 +90,7 @@
-
- $PS_FONT_FILE = ($ENV{"PSFONTFILE"}
- || &cfg($gmat, $PROGNAME, "ps-font-file")
-- || "/usr/local/lib/groff/font/devps/download");
-+ || "/usr/share/groff_font/devps");
-
- ############################################################################
- # Let's get to work, process each file with its options
-@@ -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;