$NetBSD: patch-ac,v 1.8 2001/02/08 16:23:07 tron Exp $ --- Makefile.global.in.orig Thu Jan 11 09:55:23 2001 +++ Makefile.global.in Thu Feb 8 13:58:22 2001 @@ -169,10 +169,10 @@ PATHOVERVIEW = $(PATHSPOOL)/overview PATHOUTGOING = $(PATHSPOOL)/outgoing -MAN1 = @mandir@/man1 -MAN3 = @mandir@/man3 -MAN5 = @mandir@/man5 -MAN8 = @mandir@/man8 +MAN1 = $(LOCALBASE)/man/man1 +MAN3 = $(LOCALBASE)/man/man3 +MAN5 = $(LOCALBASE)/man/man5 +MAN8 = $(LOCALBASE)/man/man8 ## Installation settings. The file installation modes are determined by ## configure; inews and rnews are special and have configure flags to