diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-10 00:59:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-10 00:59:16 +0800 |
commit | f0c1168300a6bea618d0dc3740ed476778ed934c (patch) | |
tree | 66b332075913ef9b0ff5a8f71572433583c9e1a0 /editors | |
parent | c8a8b231e27f138ec6a627a9e8395773961ba359 (diff) | |
download | freebsd-ports-gnome-f0c1168300a6bea618d0dc3740ed476778ed934c.tar.gz freebsd-ports-gnome-f0c1168300a6bea618d0dc3740ed476778ed934c.tar.zst freebsd-ports-gnome-f0c1168300a6bea618d0dc3740ed476778ed934c.zip |
- Fix manpage installation
PR: ports/186589
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Pointyhat to: miwi
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 805a33e776ff..93300f94a7b4 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -62,7 +62,7 @@ ALL_TARGET= # _DATADIR= ${PORTNAME}${PORTVERSION:R:S/.//g} DATADIR= ${PREFIX}/share/vim/${_DATADIR} PLIST_SUB= VIM_VER=${_DATADIR} -MANLANG= "" fr pl +MANLANG= "" MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 MLINKS= vim.1 rvim.1 vim.1 rview.1 .if !defined(LITE) @@ -71,8 +71,8 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimdiff.1 gvimdiff.1 \ .endif .if ${PORT_OPTIONS:MNLS} -MANLANG+= fr.ISO8859-1 fr.UTF-8 it it.ISO8859-1 it.UTF-8 ja pl.ISO8859-2 \ - pl.UTF-8 ru.KOI8-R ru.UTF-8 +MANLANG+= fr fr.ISO8859-1 fr.UTF-8 it it.ISO8859-1 it.UTF-8 ja pl \ + pl.ISO8859-2 pl.UTF-8 ru.KOI8-R ru.UTF-8 USES+= gettext PLIST_SUB+= NLS="" .else |