diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 518de4c4acd..abc54ada420 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.45 2005/05/16 13:39:04 martti Exp $ +# $NetBSD: Makefile.common,v 1.46 2005/05/30 14:18:14 martti Exp $ + +.include "../../editors/vim-share/version.mk" -VIM_VERSION= 6.3 -VIM_PATCHLEVEL= 071 DISTNAME= vim-${VIM_VERSION} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -19,14 +19,14 @@ PATCHFILES+= 6.3.001 6.3.002 6.3.003 6.3.004 6.3.005 6.3.006 6.3.007\ 6.3.040 6.3.042 6.3.043 6.3.045 6.3.046 6.3.049 6.3.050\ 6.3.051 6.3.054 6.3.055 6.3.056 6.3.057 6.3.058 6.3.059\ 6.3.060 6.3.061 6.3.062 6.3.063 6.3.064 6.3.065 6.3.066\ - 6.3.067 6.3.068 6.3.069 6.3.070 6.3.071 + 6.3.067 6.3.068 6.3.069 6.3.070 6.3.071 6.3.072 6.3.074 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ CONFLICTS+= vim-kde-[0-9]* -WRKSRC= ${WRKDIR}/vim63/src +WRKSRC= ${WRKDIR}/${VIM_SUBDIR}/src GNU_CONFIGURE= yes # See "configure --help" extra options. These might affect the installed @@ -34,9 +34,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS} CONFIGURE_ARGS+= --enable-multibyte -PATCH_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ +PATCH_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \ -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ +PATCH_DIST_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \ -E ${PATCH_DIST_STRIP} PATCHDIR?= ${.CURDIR}/../../editors/vim-share/patches DISTINFO_FILE?= ${.CURDIR}/../../editors/vim-share/distinfo |