aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-06 08:42:06 +0800
committerobrien <obrien@FreeBSD.org>2001-06-06 08:42:06 +0800
commit821880597744e5045404be3b7e0a68471bdbf45b (patch)
tree2b659d0620d6cb5ba8a1fe2513f4b6ddbf6ce3eb
parent8b58173808d1c377227e7203504fb61572a07440 (diff)
downloadfreebsd-ports-gnome-821880597744e5045404be3b7e0a68471bdbf45b.tar.gz
freebsd-ports-gnome-821880597744e5045404be3b7e0a68471bdbf45b.tar.zst
freebsd-ports-gnome-821880597744e5045404be3b7e0a68471bdbf45b.zip
Go back to using the proper distname regex now that we are out of beta.
Submitted by: dougb
-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/}