diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-08 09:43:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-08 09:43:33 +0800 |
commit | 61abc37155cec988156537d097e7b0d023b360ff (patch) | |
tree | eba1c5a5255853c9fe5031483ae70bc7e50f5c22 | |
parent | 159d1a11b7207246058a942861b0e93720ac45aa (diff) | |
download | freebsd-ports-gnome-61abc37155cec988156537d097e7b0d023b360ff.tar.gz freebsd-ports-gnome-61abc37155cec988156537d097e7b0d023b360ff.tar.zst freebsd-ports-gnome-61abc37155cec988156537d097e7b0d023b360ff.zip |
vim6 was repocopied to vim
-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 df2b1921f22d..50b2535f9266 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 889a9d73271d..6337d652533e 100644 --- a/editors/vim6+ruby/Makefile +++ b/editors/vim6+ruby/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../vim6 +MASTERDIR= ${.CURDIR}/../vim PORTREVISION= 1 |