$NetBSD: patch-ab,v 1.2 2006/12/27 18:18:22 joerg Exp $ --- src/unixinst.mak.orig 2006-03-13 17:18:19.000000000 +0100 +++ src/unixinst.mak @@ -148,7 +148,7 @@ install-man: $(PSMANDIR)/gs.1 ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\ done ;\ fi ;\ - if ( test -f $$man1dir/ps2lp.$(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) ) ;\