--- Makefile.in.orig +++ Makefile.in @@ -29,7 +29,7 @@ # Pathname of directory to install the binary BINDEST = @bindir@ # Pathname of directory to install the man page -MANDEST = @prefix@/man +MANDEST = @prefix@/share/man # The root of the directory tree for read-only datarootdir = @datarootdir@ @@ -96,9 +96,9 @@ sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@ install: force - $(INSTALL) -m 555 -o bin -g bin $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) + $(INSTALL) -m 555 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) @diff $(srcdir)/$(PROG).8 $(DESTDIR)$(MANDEST)/man8 >/dev/null 2>&1 || \ - $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).8 $(DESTDIR)$(MANDEST)/man8/ + $(INSTALL) -m 444 $(srcdir)/$(PROG).8 $(DESTDIR)$(MANDEST)/man8/ clean: force rm -f $(CLEANFILES)