--- unix/Makefile.orig Sat Feb 26 11:58:34 2005 +++ unix/Makefile Sun Nov 5 22:13:24 2006 @@ -97,14 +97,14 @@ # installation # (probably can change next two to `install' and `install -d' if you have it) -INSTALL = cp +INSTALL = install -v INSTALL_PROGRAM = $(INSTALL) -INSTALL_D = mkdir -p +INSTALL_D = install -dv # on some systems, manext=l and MANDIR=/usr/man/man$(manext) may be appropriate manext = 1 prefix = /usr/local BINDIR = $(prefix)/bin# where to install executables -MANDIR = $(prefix)/man/man$(manext)# where to install man pages +MANDIR = $(prefix)/share/man/man$(manext)# where to install man pages INSTALLEDBIN = $(BINDIR)/funzip$E $(BINDIR)/unzip$E $(BINDIR)/unzipsfx$E \ $(BINDIR)/zipgrep$E $(BINDIR)/zipinfo$E INSTALLEDMAN = $(MANDIR)/funzip.$(manext) $(MANDIR)/unzip.$(manext) \