$NetBSD: patch-aa,v 1.2 2002/05/07 15:41:38 wiz Exp $ --- install.pl.orig Fri Apr 12 18:18:03 2002 +++ install.pl @@ -55,7 +55,7 @@ ($err = `cp vicq $bindir`) and fail($err); -($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" | gzip -c > $mandir/man1/vicq.1.gz`) and &fail($err); +($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" > $mandir/man1/vicq.1`) and &fail($err); print "Instalation complete\n"; sub fail {