summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormartti <martti>2002-03-25 08:04:02 +0000
committermartti <martti>2002-03-25 08:04:02 +0000
commitb5e8e3610d477b139a5be33bc1415c1a6156cef2 (patch)
tree12dea53b2fbd9cb84fbcb2414daa56f26a024946 /editors
parente38b703a461feaa7b2cc5ddb49064124b990cdda (diff)
downloadpkgsrc-b5e8e3610d477b139a5be33bc1415c1a6156cef2.tar.gz
Added support for VIM_EXTRA_OPTS (requested by Katsuhiko Fujii in pkg/15990)
Diffstat (limited to 'editors')
-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 \