summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 18:07:16 +0000
committerjlam <jlam>2006-04-04 18:07:16 +0000
commitcb147d9752a8b7c6487f7fe2ff6016277fc21727 (patch)
treee435816da1a247183864f0fb55a6e930bd8907d3 /editors
parentba3f50e3bee6a4a1dba2ad7f4f0482279466adf6 (diff)
downloadpkgsrc-cb147d9752a8b7c6487f7fe2ff6016277fc21727.tar.gz
INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
Diffstat (limited to 'editors')
-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 cdfe0e4e02b..a792bb90dbc 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/02 10:41:41 martti Exp $
+# $NetBSD: Makefile,v 1.20 2006/04/04 18:07:16 jlam Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
PKGREVISION= 1
@@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --disable-gui
INSTALL_TARGET= installruntime installmacros installtutor installtools
USE_TOOLS+= awk
-INSTALL_MAKE_FLAGS+= TOOLS_AWK=${TOOLS_AWK:Q}
+INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK:Q}
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}