diff --git a/mgetty/Makefile b/mgetty/Makefile index 6c45411..b1d1636 100644 --- a/mgetty/Makefile +++ b/mgetty/Makefile @@ -227,20 +227,20 @@ FAX_OUT_USER=uucp # # # Where section 1 manual pages should be placed -MAN1DIR=$(prefix)/man/man1 +MAN1DIR=$(prefix)/share/man/man1 # # Where section 4 manual pages (mgettydefs.4) should be placed -MAN4DIR=$(prefix)/man/man4 +MAN4DIR=$(prefix)/share/man/man4 # # Section 5 man pages (faxqueue.5) -MAN5DIR=$(prefix)/man/man5 +MAN5DIR=$(prefix)/share/man/man5 # # Section 8 man pages (sendfax.8) -MAN8DIR=$(prefix)/man/man8 +MAN8DIR=$(prefix)/share/man/man8 # # Where the GNU Info-Files are located # -INFODIR=$(prefix)/info +INFODIR=$(prefix)/share/info # # # A shell that understands bourne-shell syntax