mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cf08b86e99
- since I'm there, fix ownership of installed files; - complete pkg-message and bump PORTREVISION. PR: ports/37518 Submitted by: Paul Hoadley.
25 lines
901 B
Plaintext
25 lines
901 B
Plaintext
--- 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;
|