aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-02 10:22:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-02 10:22:08 +0000
commited74fa8a35883ea7fff9ea3767f42cc3afb66879 (patch)
treec4d3db923b2cd26ce5231ea7294653bb0ad11f37 /editors/vim
parent705c32b2de896bd1dc99d21dc5c1bebecd93b631 (diff)
downloadports-ed74fa8a35883ea7fff9ea3767f42cc3afb66879.tar.gz
ports-ed74fa8a35883ea7fff9ea3767f42cc3afb66879.zip
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1afb5d8bdfdd..3675360634b2 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -8,7 +8,7 @@ PORTNAME?= vim
PATCHLEVEL= 669
PORTVERSION= 7.3.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= editors
MASTER_SITES= ${MASTER_SITE_VIM}
DISTFILES= ${RELEASE}${EXTRACT_SUFX}
@@ -76,10 +76,10 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimdiff.1 gvimdiff.1 \
MANLANG= "" ru.KOI8-R ru.UTF-8 pl.ISO8859-2 pl.UTF-8 pl fr.ISO8859-1 \
fr.UTF-8 fr it.ISO8859-1 it.UTF-8 it
USE_GETTEXT= yes
-PLIST_SUB= NLS=""
+PLIST_SUB+= NLS=""
.else
MAKE_ARGS+= CONF_OPT_NLS="--disable-nls"
-PLIST_SUB= NLS="@comment "
+PLIST_SUB+= NLS="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}