summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-14 00:25:54 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-14 00:25:54 +0000
commit0f29953274700e3113ef38abbe8132e0b248333d (patch)
treef8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/vim
parentUpdate to use PORTNAME/PORTVERSION (diff)
portname/portversion update
Notes
Notes: svn path=/head/; revision=27501
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index b48dfc32e27e..65f6ea60880e 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/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/}