$NetBSD: patch-ab,v 1.1.1.1 2002/09/13 05:43:28 jlam Exp $ --- src/unixinst.mak.orig Thu Apr 18 18:10:40 2002 +++ src/unixinst.mak @@ -133,7 +133,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) ) ;\