aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-28 15:26:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-28 15:26:34 +0800
commit8761751ea02022071b367da6bff1cc9012b9881a (patch)
tree34f7ff3fb1c1194283a59a034459ae4debfab3b0 /editors
parent6130c198815c514c693410fb4de568c6e45f9261 (diff)
downloadfreebsd-ports-graphics-8761751ea02022071b367da6bff1cc9012b9881a.tar.gz
freebsd-ports-graphics-8761751ea02022071b367da6bff1cc9012b9881a.tar.zst
freebsd-ports-graphics-8761751ea02022071b367da6bff1cc9012b9881a.zip
- Remove conditional PKGNAMESUFFIX
- Bump PORTREVISION
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 172a955b26d..815c2b8bed3 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 <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPYTHON}