diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/vim6 | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Diffstat (limited to 'editors/vim6')
-rw-r--r-- | editors/vim6/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index b48dfc32e27e..65f6ea60880e 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -1,15 +1,13 @@ # ex:ts=8 # Ports collection makefile for: vim -# Version required: 0.0 # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -PKGVER= 5.6.12 -DISTNAME= vim-5.6 -PKGNAME?= vim-${PKGVER} +PORTNAME?= vim +PORTVERSION= 5.6.12 CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ @@ -17,6 +15,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ ftp://ftp.is.co.za/applications/editors/vim/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/ +DISTNAME= vim-5.6 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} |