diff options
author | jmmv <jmmv> | 2011-04-28 15:54:59 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2011-04-28 15:54:59 +0000 |
commit | 66a64a48b0d47eb950ca153188d39ffe0df43b22 (patch) | |
tree | 783c21179892011cb7fc3265f992c5c5f774055b /editors | |
parent | 69d2709142ec324895e84c7217e2eee187efa601 (diff) | |
download | pkgsrc-66a64a48b0d47eb950ca153188d39ffe0df43b22.tar.gz |
Skip interpreter checks for auxiliary files so that this package builds
again.
I guess these files could be provided as a separate package that depended
on perl and properly set their interpreter, but we can do this later.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index dcdec75d663..5acf0660dcd 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/12/18 08:15:03 martti Exp $ +# $NetBSD: Makefile,v 1.28 2011/04/28 15:54:59 jmmv Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 @@ -19,4 +19,7 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK} TOOLS_SETENV=${TOOLS_S PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR} +CHECK_INTERPRETER_SKIP+= share/vim/vim72/doc/*.pl +CHECK_INTERPRETER_SKIP+= share/vim/vim72/tools/*.pl + .include "../../mk/bsd.pkg.mk" |