diff options
author | pooka <pooka@pkgsrc.org> | 2000-06-25 12:10:12 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-06-25 12:10:12 +0000 |
commit | 96d9dbaf4db2a44cd4a7b1244f878e2342b15ba2 (patch) | |
tree | 0c930f66bdb5dfccec7c9fc18afb42e818452403 /editors | |
parent | d0e460b82d9a62712a80aad73fbbb4dc6c5f265c (diff) | |
download | pkgsrc-96d9dbaf4db2a44cd4a7b1244f878e2342b15ba2.tar.gz |
Add missing '/'
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index e44246050ce..3a1c79c4dbc 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2000/06/25 11:50:35 pooka Exp $ +# $NetBSD: Makefile.common,v 1.4 2000/06/25 12:10:12 pooka Exp $ VIM_VERSION= 5.7 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \ - ftp://ftp.twics.co.jp/pub/vim/unix + ftp://ftp.twics.co.jp/pub/vim/unix/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= pooka@netbsd.org |