diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-19 19:27:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-19 19:27:43 +0000 |
commit | 9061242549dd5dd3c0a2928718eba221b94dfe3e (patch) | |
tree | 2ba2422731355c913a1e03aeb6919f14e95b31f1 /editors/vim | |
parent | 7ce48dd36c440211b226ad3a4b1863c2383da5d5 (diff) |
Notes
Diffstat (limited to 'editors/vim')
-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]*$//} |