aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-26 07:15:20 +0800
committerobrien <obrien@FreeBSD.org>1999-10-26 07:15:20 +0800
commit7a8893380a69c0e0380b133622502a9b5682a3ac (patch)
treeca9e5f0520d22789986bf94c89a26a70b6c72471 /editors/vim5/Makefile
parentf63099db8efe1eb0b69db8a5a56171aa8616623a (diff)
downloadfreebsd-ports-graphics-7a8893380a69c0e0380b133622502a9b5682a3ac.tar.gz
freebsd-ports-graphics-7a8893380a69c0e0380b133622502a9b5682a3ac.tar.zst
freebsd-ports-graphics-7a8893380a69c0e0380b133622502a9b5682a3ac.zip
Update version 5.5 to Patchlevel 33.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r--editors/vim5/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 79d43393b88..a7c35d0dd19 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -8,7 +8,7 @@
#
DISTNAME= vim-5.5
-PKGNAME?= vim-5.5
+PKGNAME?= vim-5.5.33
CATEGORIES= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
ftp://ftp.nuxi.com/pub/vim/unix/ \
@@ -19,7 +19,9 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
-PATCHFILES=
+.for p in 01 02 03 04 05 06 08 09 11 12 13 14 15 17 18 19 20 21 22 23 25 26 27 29 30 32 33
+PATCHFILES+= 5.5.0${p}
+.endfor
MAINTAINER= obrien@FreeBSD.org