diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-12 04:29:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-01-12 04:29:52 +0800 |
commit | 4b6f4ce8a380a321ff56583f70e1122281fe1f9c (patch) | |
tree | 5f0959b0e16a2761f76071adfbf9c21d4576d6fb /editors/vim-tiny | |
parent | 9a685f8c093d23ef824226666c58a6c37b91d8db (diff) | |
download | freebsd-ports-gnome-4b6f4ce8a380a321ff56583f70e1122281fe1f9c.tar.gz freebsd-ports-gnome-4b6f4ce8a380a321ff56583f70e1122281fe1f9c.tar.zst freebsd-ports-gnome-4b6f4ce8a380a321ff56583f70e1122281fe1f9c.zip |
Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.
An UPDATING entry is included.
Diffstat (limited to 'editors/vim-tiny')
-rw-r--r-- | editors/vim-tiny/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim-tiny/Makefile b/editors/vim-tiny/Makefile index 028e3344685f..0423f8044180 100644 --- a/editors/vim-tiny/Makefile +++ b/editors/vim-tiny/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -tiny COMMENT= Improved version of the vi editor (vim binary only) -CONFLICTS_INSTALL= vim vim-lite +CONFLICTS_INSTALL= vim vim-console TINY= yes MASTERDIR= ${.CURDIR}/../vim |