diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-09 03:44:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:21:00 +0800 |
commit | c8f55c458bf2a36a0272498ea47f2aa0017065bc (patch) | |
tree | bbfd6f68baa9bf76a7e73e7ca212961d5cf5af15 /editors/vim-lite | |
parent | 36302a022d67ddf972e6914b13e3ec3313973695 (diff) | |
download | freebsd-ports-gnome-c8f55c458bf2a36a0272498ea47f2aa0017065bc.tar.gz freebsd-ports-gnome-c8f55c458bf2a36a0272498ea47f2aa0017065bc.tar.zst freebsd-ports-gnome-c8f55c458bf2a36a0272498ea47f2aa0017065bc.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 |