summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-03-25 08:04:02 +0000
committermartti <martti@pkgsrc.org>2002-03-25 08:04:02 +0000
commitbe5d9d861f7e9ac7ae2e7974082a03d6a9e9a99f (patch)
tree12dea53b2fbd9cb84fbcb2414daa56f26a024946 /editors/vim-share
parent550ed9d642f0aa3bbc26fcf496a9c285d36c0227 (diff)
downloadpkgsrc-be5d9d861f7e9ac7ae2e7974082a03d6a9e9a99f.tar.gz
Added support for VIM_EXTRA_OPTS (requested by Katsuhiko Fujii in pkg/15990)
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index a49c7aa22aa..4c17b90860a 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2002/03/24 19:39:08 martti Exp $
+# $NetBSD: Makefile.common,v 1.28 2002/03/25 08:04:02 martti Exp $
VIM_VERSION= 6.1
VIM_PATCHLEVEL= 0
@@ -23,6 +23,10 @@ HOMEPAGE= http://www.vim.org/
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/vim61/src
+# See "configure --help" extra options. These might affect the installed
+# files (and PLIST might not include all files) so use at your own risk!
+CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS}
+
PATCH_ARGS= -d ${WRKDIR}/vim61 --forward --quiet \
-E ${PATCH_STRIP}
PATCH_DIST_ARGS= -d ${WRKDIR}/vim61 --forward --quiet \