aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-12-02 21:57:22 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-12-02 21:57:22 +0800
commitffccf6793be7252c2c2ce3d195b4b26149ff5f97 (patch)
tree77909a8ee9c918f398556be501eb5069166f13d9 /editors
parent1521bd9786a72100eafe6334bb744cc330f6cfdf (diff)
downloadfreebsd-ports-gnome-ffccf6793be7252c2c2ce3d195b4b26149ff5f97.tar.gz
freebsd-ports-gnome-ffccf6793be7252c2c2ce3d195b4b26149ff5f97.tar.zst
freebsd-ports-gnome-ffccf6793be7252c2c2ce3d195b4b26149ff5f97.zip
- Remove WITH_VIM_OPTIONS and respect ports framework
PR: ports/182749 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (based on) Requested by: many
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index c8c2d9eb97c8..6384b6f7b05f 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -13,7 +13,7 @@ PORTNAME?= vim
PATCHLEVEL= 1314
PORTVERSION= 7.3.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= editors
MASTER_SITES= ${MASTER_SITE_VIM}
DISTFILES= ${RELEASE}${EXTRACT_SUFX}
@@ -35,16 +35,9 @@ SLAVEDIRS= editors/vim-lite
NO_STAGE= yes
.if !defined(LITE)
-.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS)
.include "${.CURDIR}/../vim/options"
OPTIONS_DEFAULT+= CSCOPE EXUBERANT_CTAGS PERL PYTHON RUBY \
TCL LUA X11 GTK2
-.else
-VIM_PORT_SCRIPT_LANGS?= LUA PERL PYTHON RUBY TCL
-VIM_PORT_OPTIONS= CSCOPE DOCS EXAMPLES EXUBERANT_CTAGS \
- ${VIM_PORT_SCRIPT_LANGS}
-PORT_OPTIONS?= ${VIM_PORT_OPTIONS}
-.endif
.endif
.include <bsd.port.options.mk>
@@ -234,10 +227,7 @@ post-install:
cd ${WRKDIR} ; ex < ex.script
show-options:
- @${MAKE} -DWITH_OPTIONS showconfig
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Put \"WITH_OPTIONS=yes\" -or- \"WITH_VIM_OPTIONS=yes\""
- @${ECHO_CMD} "in your /etc/make.conf or /etc/ports.conf file to enable OPTIONS processing.
+ @${MAKE} showconfig
.if defined(ONT_CHECKSUM)
checksum: