svn commit: r343523 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 9 16:59:17 UTC 2014


Author: sunpoet
Date: Sun Feb  9 16:59:16 2014
New Revision: 343523
URL: http://svnweb.freebsd.org/changeset/ports/343523
QAT: https://qat.redports.org/buildarchive/r343523/

Log:
  - Fix manpage installation
  
  PR:		ports/186589
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
  Pointyhat to:	miwi

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sun Feb  9 16:59:16 2014	(r343522)
+++ head/editors/vim/Makefile	Sun Feb  9 16:59:16 2014	(r343523)
@@ -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	vimd
 .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


More information about the svn-ports-all mailing list