Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 07:26:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346444 - head/editors/vim
Message-ID:  <201402280726.s1S7QYt9046695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 28 07:26:34 2014
New Revision: 346444
URL: http://svnweb.freebsd.org/changeset/ports/346444
QAT: https://qat.redports.org/buildarchive/r346444/

Log:
  - Remove conditional PKGNAMESUFFIX
  - Bump PORTREVISION

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Feb 28 07:25:06 2014	(r346443)
+++ head/editors/vim/Makefile	Fri Feb 28 07:26:34 2014	(r346444)
@@ -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 <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MPYTHON}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280726.s1S7QYt9046695>