diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 19:48:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 19:48:37 +0000 |
commit | 1e2e0f57d534cfaa1e7f5ad7fa94ea64d17d05eb (patch) | |
tree | 85751c3bd9fa334ee73fb4a701c65aba32976b8b /editors/vim-lite | |
parent | 9b258bcb25b6d4e9e1c7f5e2bcaa2bcbf3550699 (diff) |
Notes
Diffstat (limited to 'editors/vim-lite')
-rw-r--r-- | editors/vim-lite/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 4321410ee2f9..c396e300f904 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -1,14 +1,12 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -LITE= yes - -MASTERDIR= ${.CURDIR}/../vim +PORTREVISION= 0 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Vi "workalike", with many additional features (Lite package) -PORTREVISION= 2 +LITE= yes +MASTERDIR= ${.CURDIR}/../vim -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |