diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-27 10:37:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-27 10:37:01 +0000 |
commit | 7fe147f49c0100daab6a042da8d0316f484fd690 (patch) | |
tree | 4d99a16aba260fea6278f454efd1ad31e0f2cbfd /editors | |
parent | 7a611031adcef794de2ee57d2d0e20d8d8fa9c4a (diff) | |
download | pkgsrc-7fe147f49c0100daab6a042da8d0316f484fd690.tar.gz |
Use paths relative to pkgsrc, not pkgsrc/editors.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 319d4c2fb3b..55a58cf68dc 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2005/01/25 13:48:54 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.41 2005/01/27 10:37:01 jmmv Exp $ VIM_VERSION= 6.3 VIM_PATCHLEVEL= 045 @@ -36,8 +36,8 @@ PATCH_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ -E ${PATCH_STRIP} PATCH_DIST_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ -E ${PATCH_DIST_STRIP} -PATCHDIR?= ${.CURDIR}/../vim-share/patches -DISTINFO_FILE?= ${.CURDIR}/../vim-share/distinfo +PATCHDIR?= ${.CURDIR}/../../editors/vim-share/patches +DISTINFO_FILE?= ${.CURDIR}/../../editors/vim-share/distinfo .if empty(PKGNAME:Mvim-share*) ALTERNATIVES_SRC= ${.CURDIR}/../../editors/vim-share/ALTERNATIVES |