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 VIM_SUBDIR. Fixes build on syst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0da5e36d9f2e
branches:  trunk
changeset: 359635:0da5e36d9f2e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 14 15:15:08 2017 +0000

description:
Use VIM_SUBDIR.  Fixes build on systems without /bin/csh.

diffstat:

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

diffs (18 lines):

diff -r 5de1bcdb8f9f -r 0da5e36d9f2e editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Mar 14 14:51:36 2017 +0000
+++ b/editors/vim-share/Makefile.common Tue Mar 14 15:15:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.156 2017/01/19 09:54:56 markd Exp $
+# $NetBSD: Makefile.common,v 1.157 2017/03/14 15:15:08 jperkin Exp $
 
 # used by editors/vim/Makefile
 # used by editors/vim-gtk2/Makefile
@@ -27,7 +27,7 @@
 USE_LANGUAGES+=                c99
 
 # http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38710
-CHECK_INTERPRETER_SKIP=        share/vim/vim74/tools/vim132
+CHECK_INTERPRETER_SKIP=        share/vim/${VIM_SUBDIR}/tools/vim132
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index