diff options
author | obrien <obrien@FreeBSD.org> | 2001-08-08 01:25:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-08-08 01:25:44 +0000 |
commit | 7d62e69638f794cd7fb47ff871a1dde8a8f053cd (patch) | |
tree | 6f11144ef80c2f0f5a4f622108d4e8439fbaab84 /editors/vim6/Makefile | |
parent | 2e450b8cc029aa85cf44c2cc4c29727b171439e0 (diff) | |
download | FreeBSD-ports-7d62e69638f794cd7fb47ff871a1dde8a8f053cd.zip FreeBSD-ports-7d62e69638f794cd7fb47ff871a1dde8a8f053cd.tar.gz |
Update to Vim 6.0 beta AQ
Diffstat (limited to 'editors/vim6/Makefile')
-rw-r--r-- | editors/vim6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 800cd86..728f628 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0ae +PORTVERSION= 6.0aq PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ @@ -19,7 +19,6 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unreleased/unix/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unreleased/unix/ DISTNAME= vim-${PORTVERSION} -DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} #PATCH_SITES= ${MASTER_SITES:S/unix/patches/} #.for p in 01 |