pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vim-share Use paths relative to pkgsrc, not pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4a6dd642fd3
branches:  trunk
changeset: 488285:a4a6dd642fd3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jan 27 10:37:01 2005 +0000

description:
Use paths relative to pkgsrc, not pkgsrc/editors.

diffstat:

 editors/vim-share/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9a8870a3d067 -r a4a6dd642fd3 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Thu Jan 27 10:15:35 2005 +0000
+++ b/editors/vim-share/Makefile.common Thu Jan 27 10:37:01 2005 +0000
@@ -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 @@
                                -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



Home | Main Index | Thread Index | Old Index