diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-31 16:40:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-31 16:40:36 +0000 |
commit | 771871372330e82f4c4d50892b9c7c7c2b9d0f63 (patch) | |
tree | ec8e39e6ec8100cdb213379b577739445ea1f487 /editors/vim5/Makefile | |
parent | d2a5334e10c831a1e95c2cac0ff8b6a4a963bd8b (diff) | |
download | FreeBSD-ports-771871372330e82f4c4d50892b9c7c7c2b9d0f63.zip FreeBSD-ports-771871372330e82f4c4d50892b9c7c7c2b9d0f63.tar.gz |
Update Vim 5.8 (release) to patchlevel 0.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 4fb1ff15..d9138476 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,19 +7,17 @@ # PORTNAME?= vim -PORTVERSION= 5.8.a +PORTVERSION= 5.8 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://relay.nuxi.com/pub/vim/unreleased/unix/ \ - ftp://relay.nuxi.com/pub/vim/unix/ \ ftp://ftp.freesoftware.com/pub/vim/unix/ \ ftp://ftp.vim.org/pub/vim/unix/ \ ftp://ftp.vim.org/pub/vim/unreleased/unix/ \ ftp://ftp.is.co.za/applications/editors/vim/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ -#DISTNAME= vim-${PORTVERSION:C/.[0-9]+$//g} -DISTNAME= vim-5.8a +DISTNAME= vim-${PORTVERSION:C/\.[a-z]+$//g} DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} |