diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-03-14 15:15:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-03-14 15:15:08 +0000 |
commit | 8188eeda5d67a9ad2772de1a198087dc03a06008 (patch) | |
tree | 858cefb39937ecfce33467ae33137a62ab4a8f4f /editors/vim-share | |
parent | 8a750342b13c2553a045d212586e1cf7603c284c (diff) | |
download | pkgsrc-8188eeda5d67a9ad2772de1a198087dc03a06008.tar.gz |
Use VIM_SUBDIR. Fixes build on systems without /bin/csh.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
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" |