aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.regexp
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make/Makefile.regexp')
-rw-r--r--unix/make/Makefile.regexp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/make/Makefile.regexp b/unix/make/Makefile.regexp
index fae24c5d..f4c862de 100644
--- a/unix/make/Makefile.regexp
+++ b/unix/make/Makefile.regexp
@@ -19,8 +19,8 @@ HFILES=\
all: $(LIB)
install: $(LIB)
- mkdir -p $(PREFIX)/man/man3 $(PREFIX)/man/man7
- install -m 0644 regexp9.3 $(PREFIX)/man/man3/regexp9.3
+ mkdir -p $(PREFIX)/share/man/man3 $(PREFIX)/man/man7
+ install -m 0644 regexp9.3 $(PREFIX)/share/man/man3/regexp9.3
install -m 0644 regexp9.7 $(PREFIX)/man/man7/regexp9.7
mkdir -p $(PREFIX)/lib
install -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)