summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-03-14 15:15:08 +0000
committerjperkin <jperkin>2017-03-14 15:15:08 +0000
commit4f4107c01e9391e7b89c44ccbf43b71212ed810c (patch)
tree0b7047e6b656b6b2211ae1501c6004c4da17ef08 /editors
parentec407559e9e9a6a42ddb271d2e57460721889444 (diff)
downloadpkgsrc-4f4107c01e9391e7b89c44ccbf43b71212ed810c.tar.gz
Use VIM_SUBDIR. Fixes build on systems without /bin/csh.
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-share/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 8ae8e60ee94..af7237a677b 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -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 @@ GNU_CONFIGURE= yes
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"