diff options
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 c75c01bc553..c9f7aca5ab5 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.115 2008/10/03 05:05:57 martti Exp $ +# $NetBSD: Makefile.common,v 1.116 2008/10/07 07:40:38 martti Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -16,7 +16,7 @@ DISTFILES+= vim-${VIM_VERSION}-lang.tar.gz CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ MASTER_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ -DIST_SUBDIR= vim +DIST_SUBDIR= vim${VIM_VERSION} EXTRACT_SUFX= .tar.bz2 SITES.vim-${VIM_VERSION}-extra.tar.gz= ftp://ftp.vim.org/pub/editors/vim/extra/ |