aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vim5/Makefile2
1 files changed, 1 insertions, 1 deletions
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/}