From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 16:59:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FD8E49F; Sun, 9 Feb 2014 16:59:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED9E514A9; Sun, 9 Feb 2014 16:59:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19GxGH2020103; Sun, 9 Feb 2014 16:59:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19GxG9n020102; Sun, 9 Feb 2014 16:59:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402091659.s19GxG9n020102@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Feb 2014 16:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343523 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 16:59:17 -0000 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 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