aboutsummaryrefslogtreecommitdiff
path: root/editors/vim6/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-24 17:27:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-24 17:27:21 +0000
commit73086c2cfd3fea2143628e223d90da53bee1986f (patch)
tree64736ed3f18a46b2dcaf526d644b5aee8d206296 /editors/vim6/Makefile
parent16c0a513a1cbe4ae40d92591f757d8748227756e (diff)
downloadports-73086c2cfd3fea2143628e223d90da53bee1986f.tar.gz
ports-73086c2cfd3fea2143628e223d90da53bee1986f.zip
Notes
Diffstat (limited to 'editors/vim6/Makefile')
-rw-r--r--editors/vim6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index f938a0bf5e78..99cbf962fdb4 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= vim
PORTVERSION= 6.0ax
-PORTREVISION?= 11
+PORTREVISION?= 13
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \
@@ -20,7 +20,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
DISTNAME= vim-${PORTVERSION}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
-.for p in 01 02 03 04 05 06 07 08 09 10 11
+.for p in 01 02 03 04 05 06 07 08 09 10 11 12 13
PATCHFILES+= ${PORTVERSION}.0${p}
.endfor