1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix manpage installation

PR:		ports/186589
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Pointyhat to:	miwi
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-09 16:59:16 +00:00
parent 5a35d3b00a
commit a43aa7ca80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343523

View File

@ -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