--- Makefile.orig 2008-03-27 19:09:27.209848237 -0430 +++ Makefile 2008-03-27 19:29:41.414613687 -0430 @@ -164,7 +164,7 @@ # # if your systems doesn't have one, use the shell script that I provide # in "inst.sh" (taken from X11R5). Needed on IRIX5.2 -INSTALL=install -c -o bin -g bin +INSTALL=install -c -o root -g root #INSTALL=install -c -o root -g wheel # NeXT/BSD #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 @@ -176,19 +176,19 @@ # # prefix for all the spool directories (usually /usr/spool or /var/spool) # -spool=/var/spool +spool=$(prefix)/var/spool # # where the mgetty + sendfax binaries live (used for "make install") # -SBINDIR=$(prefix)/sbin +SBINDIR=$(prefix)/usr/sbin # # where the user executable binaries live # -BINDIR=$(prefix)/bin +BINDIR=$(prefix)/usr/bin # # where the font+coverpage files go # -LIBDIR=$(prefix)/lib/mgetty+sendfax +LIBDIR=$(prefix)/usr/lib/mgetty+sendfax # # where the configuration files (*.config, aliases, fax.allow/deny) go to # @@ -220,16 +220,16 @@ # # # Where section 1 manual pages should be placed -MAN1DIR=$(prefix)/man/man1 +MAN1DIR=$(prefix)/usr/man/man1 # # Where section 4 manual pages (mgettydefs.4) should be placed -MAN4DIR=$(prefix)/man/man4 +MAN4DIR=$(prefix)/usr/man/man4 # # Section 5 man pages (faxqueue.5) -MAN5DIR=$(prefix)/man/man5 +MAN5DIR=$(prefix)/usr/man/man5 # # Section 8 man pages (sendfax.8) -MAN8DIR=$(prefix)/man/man8 +MAN8DIR=$(prefix)/usr/man/man8 # # Where the GNU Info-Files are located #