8573e1d5a4
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver, and a large number of contributed Ghostscript printer drivers.
13 lines
506 B
Text
13 lines
506 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/09/18 22:28:16 jlam Exp $
|
|
|
|
--- src/unixinst.mak.orig Sat Jul 20 14:03:21 2002
|
|
+++ src/unixinst.mak
|
|
@@ -134,7 +134,7 @@ install-man: $(PSMANDIR)/gs.1
|
|
ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\
|
|
done ;\
|
|
fi ;\
|
|
- if ( test -f $$man1dir/ps2ps.$(man1ext) ) ;\
|
|
+ if ( test -f $$man1dir/gslp.$(man1ext) ) ;\
|
|
then for f in $(MAN1_LINKS_GSLP) ;\
|
|
do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\
|
|
ln -s gslp.$(man1ext) $$f.$(man1ext) ) ;\
|