From 821880597744e5045404be3b7e0a68471bdbf45b Mon Sep 17 00:00:00 2001
From: obrien <obrien@FreeBSD.org>
Date: Wed, 6 Jun 2001 00:42:06 +0000
Subject: Go back to using the proper distname regex now that we are out of
 beta.

Submitted by:	dougb
---
 editors/vim5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'editors/vim5/Makefile')

diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 342af928706..ed086d9f3f2 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -17,7 +17,7 @@ MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/vim/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/\.[a-z]+$//g}
+DISTNAME=	vim-${PORTVERSION:C/\.[0-9]+$//g}
 DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
 
 PATCH_SITES=	${MASTER_SITES:S/unix/patches/}
-- 
cgit