diff options
author | obrien <obrien@FreeBSD.org> | 2003-07-19 19:27:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-07-19 19:27:43 +0000 |
commit | 0f4d9a061848e684751474782820c86f6148a3b8 (patch) | |
tree | 2ff2f6cb707f580b7653ab2224d5804d8aa44387 | |
parent | 5168d324986c48a9dd54ef8664897f886215feea (diff) | |
download | FreeBSD-ports-0f4d9a061848e684751474782820c86f6148a3b8.zip FreeBSD-ports-0f4d9a061848e684751474782820c86f6148a3b8.tar.gz |
update PORTREVISION
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 2708a40..6722552 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -9,7 +9,7 @@ PORTNAME?= vim PATCHLEVEL= 21 PORTVERSION= 6.2.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//} |