diff options
author | pooka <pooka> | 2000-06-25 12:10:12 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-06-25 12:10:12 +0000 |
commit | 2310c98990c8a3cde89e8cae5ce51bd82a61defc (patch) | |
tree | 0c930f66bdb5dfccec7c9fc18afb42e818452403 /editors | |
parent | 026dcd784931185f8e58f82e7f2258cee1de0143 (diff) | |
download | pkgsrc-2310c98990c8a3cde89e8cae5ce51bd82a61defc.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 |