1 diff --git a/Makefile b/Makefile
2 index 1a20f4f..077acdb 100755
12 @@ -24,9 +24,9 @@ MAN_PAGES = $(NAME).8.gz
13 RAW_FLAGS += -DVERSION=\"$(VERSION)\"
15 # Where we get installed
17 -MAN = /usr/share/man/man8
20 +MAN = $(PREFIX)/share/man/man8
22 # Setup for compiling and cross-compiling for Windows
23 # The CR_ prefix refers to cross compiling from OSX to Windows
24 CR_CC = $(CR_BASE)/gcc
25 @@ -120,7 +120,6 @@ foremost: $(OBJ)
27 install -m 755 $(NAME) $(BIN)
28 install -m 444 $(MAN_PAGES) $(MAN)
29 - install -m 444 foremost.conf $(CONF)
30 macinstall: BIN = /usr/local/bin/
31 macinstall: MAN = /usr/share/man/man1/
32 macinstall: CONF = /usr/local/etc/