diff options
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6+ruby/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index df2b192..50b2535 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -114,9 +114,9 @@ SUBDIR += vigor SUBDIR += vile SUBDIR += vilearn + SUBDIR += vim SUBDIR += vim-lite SUBDIR += vim5 - SUBDIR += vim6 SUBDIR += vim6+ruby SUBDIR += wemi-emacs SUBDIR += wemi-emacs-current diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile index 889a9d7..6337d65 100644 --- a/editors/vim6+ruby/Makefile +++ b/editors/vim6+ruby/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../vim6 +MASTERDIR= ${.CURDIR}/../vim PORTREVISION= 1 |