From 771871372330e82f4c4d50892b9c7c7c2b9d0f63 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 31 May 2001 16:40:36 +0000 Subject: Update Vim 5.8 (release) to patchlevel 0. --- editors/vim5/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'editors/vim5/Makefile') 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/} -- cgit v1.1