From 1fc2155a2aaaab563be4edad5ec5442278861083 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Feb 2014 07:26:34 +0000 Subject: - Remove conditional PKGNAMESUFFIX - Bump PORTREVISION --- editors/vim/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 172a955b26d7..815c2b8bed30 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -3,7 +3,7 @@ PORTNAME= vim PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= VIM:source \ ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \ @@ -127,10 +127,6 @@ CTAGS_CMD= exctags -R . CTAGS_CMD= ${FIND} . -type f \\| ${XARGS} ctags .endif -.if ${PORT_OPTIONS:MGNOME} -PKGNAMESUFFIX+= -gnome2 -.endif - .include .if ${PORT_OPTIONS:MPYTHON} -- cgit v1.2.3