--- 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;
