summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-23 17:49:40 +0000
committerkristerw <kristerw>2005-06-23 17:49:40 +0000
commit47d23921aafdb89c84694346c2c7612c29833a3a (patch)
tree771b9236660f64aab5346efe713aa6326f128f1f /editors/vim-share/Makefile
parenta9d01268991c923c6d103d91df1dfaf6d71e84a0 (diff)
downloadpkgsrc-47d23921aafdb89c84694346c2c7612c29833a3a.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index ceb2c91023f..47e02480e68 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/06/05 09:33:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/23 17:49:40 kristerw Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Data files for the vim editor (vi clone)
@@ -10,6 +10,8 @@ COMMENT= Data files for the vim editor (vi clone)
CONFIGURE_ARGS+= --disable-gui
INSTALL_TARGET= installruntime installmacros installtutor installtools
+USE_TOOLS+= awk
+INSTALL_MAKE_FLAGS+= TOOLS_AWK="${TOOLS_AWK}"
PLIST_SUBST+= VIM_SUBDIR="${VIM_SUBDIR}"