summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2006-10-17 11:43:14 +0000
committerseb <seb@pkgsrc.org>2006-10-17 11:43:14 +0000
commit27a66bf717dbd055b73a92060c803b425257490c (patch)
tree21d4d7e86a8a99620419661b1d499ccfe2358b0b /editors/vim-share/Makefile
parent74cf5ca915ac4dba23ad518403cb14b82ae98340 (diff)
downloadpkgsrc-27a66bf717dbd055b73a92060c803b425257490c.tar.gz
Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script; make this script interpreter be '${SETENV} perl' hence avoiding a run-time package dependency on perl. Approved by MAINTAINER.
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 8a3909440f4..50eb5ab697d 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/05/10 13:27:43 tonio Exp $
+# $NetBSD: Makefile,v 1.23 2006/10/17 11:43:14 seb Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
#PKGREVISION= 1
@@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --without-x
BUILD_TARGET= vim
INSTALL_TARGET= installruntime installmacros installtutor installtools
USE_TOOLS+= awk
-INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK:Q}
+INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK:Q} TOOLS_SETENV=${TOOLS_SETENV:Q}
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}