about summary refs log tree commit diff stats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-19 16:19:40 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-19 16:19:40 +0000
commit69787b9c1b6cd2f244b426790df6f5b64b9b0ae1 (patch)
treecf4e3353742f97cf0476b50b6746cbae725471dd /freebsd/Makefile
parent4a6acf16e969deeb7a396716e10272c5bda46131 (diff)
downloadxombrero-69787b9c1b6cd2f244b426790df6f5b64b9b0ae1.tar.gz
install man page in right location on freebsd.
from Tom Murphy <openbsd@pertho.net>
Diffstat (limited to 'freebsd/Makefile')
-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