--- unix/Makefile.orig Sun Nov 5 21:49:52 2006 +++ unix/Makefile Sun Nov 5 21:50:56 2006 @@ -24,11 +24,11 @@ EXE = # probably can change this to 'install' if you have it -INSTALL = cp +INSTALL = install -v INSTALL_PROGRAM = $(INSTALL) # probably can change this to 'install -d' if you have it # XXX NextStep 3.3 and Openstep 4.x don't know about -p ! -INSTALL_D = mkdir -p +INSTALL_D = install -dv CHMOD = chmod BINFLAGS = 755 MANFLAGS = 644 @@ -37,7 +37,7 @@ prefix = /usr/local BINDIR = $(prefix)/bin manext=1 -MANDIR = $(prefix)/man/man$(manext) +MANDIR = $(prefix)/share/man/man$(manext) ZIPMANUAL = MANUAL PKGDIR = IZzip VERSION = Version 2.32