From f9c2e5ad8c30f1156c83e920aca49e40e4346b89 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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') diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 342af9287067..ed086d9f3f24 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 v1.2.3