pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Mar 14 15:15:08 UTC 2017

Modified Files:
        pkgsrc/editors/vim-share: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/editors/vim-share/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/Makefile.common
diff -u pkgsrc/editors/vim-share/Makefile.common:1.156 pkgsrc/editors/vim-share/Makefile.common:1.157
--- pkgsrc/editors/vim-share/Makefile.common:1.156      Thu Jan 19 09:54:56 2017
+++ pkgsrc/editors/vim-share/Makefile.common    Tue Mar 14 15:15:08 2017
@@ -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"
 



Home | Main Index | Thread Index | Old Index