diff options
-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 |