The Makefile for unix is broken and make install will
fail to complete
its final steps. The man pages will not be installed.
This fixes it:
diff -ur unix/[mM]akefile
--- unix/Makefile 2005-02-28 02:33:50.000000000 -0500
+++ unix/makefile 2005-06-13 17:08:51.879357416 -0400
@@ -129,7 +129,7 @@
$(INSTALL_PROGRAM) $(ZIPS) $(BINDIR)
-cd $(BINDIR); $(CHMOD) $(BINFLAGS) $(ZIPS)
-$(INSTALL_D) $(MANDIR)
- $(INSTALL) man/zip.1 $(MANDIR)/zip.$(manext)
+ $(INSTALL_PROGRAM) man/zip.1
$(MANDIR)/zip.$(manext)
$(CHMOD) $(MANFLAGS) $(MANDIR)/zip.$(manext)