summaryrefslogtreecommitdiff
path: root/japanese/mecab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mecab/Makefile')
-rw-r--r--japanese/mecab/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile
index ed22a44df88d..bb79f7c0a271 100644
--- a/japanese/mecab/Makefile
+++ b/japanese/mecab/Makefile
@@ -24,8 +24,6 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I ${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-
# Default charset (euc-jp/shift_jis/utf-8)
.if defined(WITH_CHARSET)
CONFIGURE_ARGS+= --with-charset=${WITH_CHARSET}