From 7fe147f49c0100daab6a042da8d0316f484fd690 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 27 Jan 2005 10:37:01 +0000 Subject: Use paths relative to pkgsrc, not pkgsrc/editors. --- editors/vim-share/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/vim-share/Makefile.common') 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 -- cgit v1.2.3