diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-10 00:40:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-10 00:40:33 +0000 |
commit | 42697e35affb5b4ae889ebfd84a0d385d2d5673c (patch) | |
tree | 5860607a84ee8cf8679d2d7496bbaeeecd965309 /editors/vim/Makefile | |
parent | change $(GZIP) -> $(GZIP_CMD) to prevent brokenness with environment (diff) |
Update to Vim 6.0 beta AE
Notes
Notes:
svn path=/head/; revision=42467
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c32e4558894b..9655881295e7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0ad +PORTVERSION= 6.0ae PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ @@ -34,6 +34,7 @@ USE_PERL5= yes USE_PYTHON= yes .endif +USE_BZIP2= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/vim${PORTVERSION:S/.//g}/src PATCH_DIST_ARGS= -d ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} --forward --quiet -E ${PATCH_DIST_STRIP} |