diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 4385a0f..8934e7b 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -8,6 +8,6 @@ LITE= yes -MASTERDIR= ${.CURDIR}/../vim5 +MASTERDIR= ${.CURDIR}/../vim .include "${MASTERDIR}/Makefile" |