1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Go back to using the proper distname regex now that we are out of beta.

Submitted by:	dougb
This commit is contained in:
David E. O'Brien 2001-06-06 00:42:06 +00:00
parent 1c849ceab2
commit f9c2e5ad8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43553

View File

@ -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/}