diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-28 18:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-28 18:08:30 +0000 |
commit | aea15d40ea64395c8e8eaca92bba245e786d7926 (patch) | |
tree | cfad23ff7efe1f96f3c6283bc4c9c5375d8829d4 /editors | |
parent | fd96745bd5a59118b5cbd7624da288d441a2f00f (diff) | |
download | ports-aea15d40ea64395c8e8eaca92bba245e786d7926.tar.gz ports-aea15d40ea64395c8e8eaca92bba245e786d7926.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 60e97b92d703..de3c7721d752 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -8,7 +8,7 @@ PORTNAME?= vim PORTVERSION= 6.0aa -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \ diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 60e97b92d703..de3c7721d752 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -8,7 +8,7 @@ PORTNAME?= vim PORTVERSION= 6.0aa -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \ |