svn commit: r346444 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 07:26:34 UTC 2014


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}


More information about the svn-ports-head mailing list