about summary refs log tree commit diff stats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index d17e860..c2bc2e4 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -11,7 +11,7 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
 LIBDIR?= $(PREFIX)/lib
-MANDIR?= $(PREFIX)/share/man
+MANDIR?= $(PREFIX)/man
 
 CC?= cc