diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-09 03:44:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-01-09 03:44:13 +0800 |
commit | 184d3321d9f6f2987c7cc838949b7801e4e64a99 (patch) | |
tree | 7e29ca1cd3d83b813e8da78483a5db651348c0d9 /editors/vim-lite | |
parent | ca2931d223ea88326c8590a4dd54d929f1feb70f (diff) | |
download | freebsd-ports-gnome-184d3321d9f6f2987c7cc838949b7801e4e64a99.tar.gz freebsd-ports-gnome-184d3321d9f6f2987c7cc838949b7801e4e64a99.tar.zst freebsd-ports-gnome-184d3321d9f6f2987c7cc838949b7801e4e64a99.zip |
Add editors/vim-tiny.
By popular request, this is a slave port that installs only the vim binary. It has
no dependencies, produces a 1 MB package with a 3 MB installed footprint, and
is unable to do anything except edit files. It contains no help files, no runtime
files, no syntax highlighting, no filetype-specific indenting, non-US keymaps,
macros, or spell-checking.
vim-tiny is designed for minimal installs, and is the wrong choice for most users.
Diffstat (limited to 'editors/vim-lite')
-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 eaffd721e0d0..dc1251dfd113 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -lite COMMENT= Improved version of the vi editor (lite package) -CONFLICTS_INSTALL= vim-[0-9]* +CONFLICTS_INSTALL= vim vim-tiny LITE= yes MASTERDIR= ${.CURDIR}/../vim |