aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-01-08 19:44:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-01-08 19:44:13 +0000
commit1c095d9d53d64e968cce23b84649d896e39c1161 (patch)
tree7e29ca1cd3d83b813e8da78483a5db651348c0d9 /editors/Makefile
parent34418aa70bdb705372eb21298f9adc4bb6fe56c3 (diff)
downloadports-1c095d9d53d64e968cce23b84649d896e39c1161.tar.gz
ports-1c095d9d53d64e968cce23b84649d896e39c1161.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.
Notes
Notes: svn path=/head/; revision=458471
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index bfb8c2f41859..28fe8debe1e8 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -244,6 +244,7 @@
SUBDIR += vile
SUBDIR += vim
SUBDIR += vim-lite
+ SUBDIR += vim-tiny
SUBDIR += web-mode
SUBDIR += with-editor
SUBDIR += wordgrinder