$NetBSD: patch-ab,v 1.3 2009/02/12 19:51:08 drochner Exp $ --- base/unixinst.mak.orig 2007-08-14 22:48:29.000000000 +0200 +++ base/unixinst.mak @@ -151,7 +151,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) ) ;\