summaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-11-14 16:48:25 +0000
committerobrien <obrien@FreeBSD.org>2007-11-14 16:48:25 +0000
commit6b223e11b5b537f73bea05d3bc4d6018da6e69e2 (patch)
tree1f43a79b4e78e2e8f60be4590bf989c5a674beb6 /editors/vim
parent738c41e637f185eab0f314a697d30064bc2a2b42 (diff)
downloadFreeBSD-ports-6b223e11b5b537f73bea05d3bc4d6018da6e69e2.zip
FreeBSD-ports-6b223e11b5b537f73bea05d3bc4d6018da6e69e2.tar.gz
Fix building vim-lite with "WITH_VIM_OPTIONS=yes".
PR: ports/117982 Submitted by: cokane Approved by: portmgr(pav)
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 946accb..977d4aa 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -30,7 +30,7 @@ COMMENT?= Vi "workalike", with many additional features
SLAVEDIRS= editors/vim-lite
.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS)
-.include "${.CURDIR}/options"
+.include "${.CURDIR}/../vim/options"
.endif
CONFLICTS= vim6* vim*-lite
OpenPOWER on IntegriCloud