diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-19 16:19:40 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-19 16:19:40 +0000 |
commit | 69787b9c1b6cd2f244b426790df6f5b64b9b0ae1 (patch) | |
tree | cf4e3353742f97cf0476b50b6746cbae725471dd /freebsd | |
parent | 4a6acf16e969deeb7a396716e10272c5bda46131 (diff) | |
download | xombrero-69787b9c1b6cd2f244b426790df6f5b64b9b0ae1.tar.gz |
install man page in right location on freebsd.
from Tom Murphy <openbsd@pertho.net>
Diffstat (limited to 'freebsd')
-rw-r--r-- | freebsd/Makefile | 2 |
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 |