$NetBSD$
--- instman.sh.orig	Sun Jul  3 14:41:25 1994
+++ instman.sh	Sun Sep 22 17:04:39 1996
@@ -11,7 +11,7 @@
 # be installed.  The order is important -- the man-pages will be installed
 # in the first existing directory in the list.
 MANDIRS="/usr/man/man.l /usr/man/man.LOCAL /usr/man/man.1 /usr/man/1
-/usr/catman.C /usr/man/manl /usr/man/man1 /usr/elvis/man"
+${PREFIX}/man/man1"
 
 # Similarly, this is a list of directories where the plaintext form of the
 # man-pages might belong.  If, after searching, it is decided that both forms
@@ -145,7 +145,7 @@
 		for i
 		do
 			rm -f $dir/$i$ext.z
-			gzip $dir/$i$ext
+			gzip -nf $dir/$i$ext
 		done
 		finalext=$ext.gz
 	else