diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-28 07:26:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-28 07:26:34 +0000 |
commit | 1fc2155a2aaaab563be4edad5ec5442278861083 (patch) | |
tree | 34f7ff3fb1c1194283a59a034459ae4debfab3b0 /editors | |
parent | 420222c3162901e2923425ec6ffae80cbbd8dc8a (diff) |
- Remove conditional PKGNAMESUFFIX
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=346444
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPYTHON} |