diff options
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
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 |