diff options
Diffstat (limited to 'editors/vim-tiny')
-rw-r--r-- | editors/vim-tiny/Makefile | 19 | ||||
-rw-r--r-- | editors/vim-tiny/pkg-descr | 15 | ||||
-rw-r--r-- | editors/vim-tiny/pkg-plist | 3 |
3 files changed, 0 insertions, 37 deletions
diff --git a/editors/vim-tiny/Makefile b/editors/vim-tiny/Makefile deleted file mode 100644 index 6982ad848100..000000000000 --- a/editors/vim-tiny/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> - -PKGNAMESUFFIX= -tiny - -COMMENT= Improved version of the vi editor (vim binary only) - -CONFLICTS_INSTALL= vim vim-console - -TINY= yes -MASTERDIR= ${.CURDIR}/../vim - -PORTDATA= # Not for -tiny -PLIST= ${.CURDIR}/pkg-plist - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/vim ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/runtime/doc/vim.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -.include "${MASTERDIR}/Makefile" diff --git a/editors/vim-tiny/pkg-descr b/editors/vim-tiny/pkg-descr deleted file mode 100644 index 58a3e04a64b2..000000000000 --- a/editors/vim-tiny/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Vim is a highly configurable text editor built to enable efficient text editing. -It is an improved version of the vi editor distributed with most UNIX systems. - -Vim is often called a "programmer's editor," and so useful for programming that -many consider it an entire IDE. It's not just for programmers, though. Vim is -perfect for all kinds of text editing, from composing email to editing -configuration files. - -This is the "tiny" version, which is console-only and contains ONLY the vim -binary. It contains no help files, syntax files, or any other runtime files, -and is designed only for minimal installs. You almost always want the vim -or vim-console package instead. - -WWW: http://www.vim.org/ -WWW: https://github.com/vim/vim diff --git a/editors/vim-tiny/pkg-plist b/editors/vim-tiny/pkg-plist deleted file mode 100644 index 4f0add561d15..000000000000 --- a/editors/vim-tiny/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/vim -%%DEFAULT_VIMRC%%@sample %%ETCDIR%%/vimrc.sample -man/man1/vim.1.gz |