diff options
author | martti <martti@pkgsrc.org> | 2002-03-25 08:04:02 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-25 08:04:02 +0000 |
commit | be5d9d861f7e9ac7ae2e7974082a03d6a9e9a99f (patch) | |
tree | 12dea53b2fbd9cb84fbcb2414daa56f26a024946 /editors | |
parent | 550ed9d642f0aa3bbc26fcf496a9c285d36c0227 (diff) | |
download | pkgsrc-be5d9d861f7e9ac7ae2e7974082a03d6a9e9a99f.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.common | 6 |
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 \ |