diff options
author | obrien <obrien@FreeBSD.org> | 2003-07-20 03:27:43 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-07-20 03:27:43 +0800 |
commit | 0f4d9a061848e684751474782820c86f6148a3b8 (patch) | |
tree | 2ff2f6cb707f580b7653ab2224d5804d8aa44387 /editors | |
parent | 5168d324986c48a9dd54ef8664897f886215feea (diff) | |
download | freebsd-ports-gnome-0f4d9a061848e684751474782820c86f6148a3b8.tar.gz freebsd-ports-gnome-0f4d9a061848e684751474782820c86f6148a3b8.tar.zst freebsd-ports-gnome-0f4d9a061848e684751474782820c86f6148a3b8.zip |
update PORTREVISION
Diffstat (limited to 'editors')
-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 2708a405b28a..6722552d8037 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]*$//} |