summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \