summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-19 17:40:22 +0000
committerkristerw <kristerw>2005-06-19 17:40:22 +0000
commit38c0b613f105105c643261e62ee02fbf3a47b674 (patch)
tree9b0139cf42120f882e88e23906b1853420bea320 /editors/vigor/Makefile
parent993d441444efde9ef683e5871df54cb32b9d3256 (diff)
downloadpkgsrc-38c0b613f105105c643261e62ee02fbf3a47b674.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r--editors/vigor/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 069e9712c71..d4988d9fb71 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/19 17:40:22 kristerw Exp $
#
DISTNAME= vigor-0.016
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/}
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+=--with-x
# --disable-db \
# --disable-re
CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q}
+CONFIGURE_ENV+= vi_cv_path_shell="${TOOLS_SH}"
+USE_TOOLS+= sh
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"