freebsd-ports/print/cups-pstoraster/files/patch-pstoraster.in
Martin Wilke 08d0935817 - Update to 8.15.3
- Pass maintainership to submitter

PR:		ports/106292
Submitted by:   Frank Mayhar <frank@exit.com> (maintainer)
2006-12-06 07:46:58 +00:00

20 lines
651 B
Text

--- pstoraster/pstoraster.in.orig Wed Jun 8 09:11:26 2005
+++ pstoraster/pstoraster.in Wed Jun 8 09:13:19 2005
@@ -27,7 +27,7 @@
bindir=@bindir@
# Set the library/font path...
-GS_LIB="${CUPS_FONTPATH:=/usr/share/cups/fonts}"
+GS_LIB="${CUPS_FONTPATH:=@prefix@/share/cups/fonts}"
export GS_LIB
# Options we use with Ghostscript...
@@ -51,7 +51,7 @@
ifile="$6"
fi
-echo INFO: Starting ESP Ghostscript @GS_VERSION_MAJOR@.@GS_VERSION_MINOR0@.@GS_VERSION_PATCH@... 1>&2
+echo INFO: Starting GNU/GPL Ghostscript... 1>&2
echo DEBUG: Running $bindir/@GS@ $gsopts -sOUTPUTFILE="%stdout" -c"$profile" "$ifile" 1>&2
# Now run Ghostscript...