summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-19 17:40:22 +0000
committerkristerw <kristerw>2005-06-19 17:40:22 +0000
commit3aea5073b182ac04b1ccb6e775ef0554f5b4a441 (patch)
tree9b0139cf42120f882e88e23906b1853420bea320 /editors
parentb037d24de71fe642173fd95edef6a99a68964949 (diff)
downloadpkgsrc-3aea5073b182ac04b1ccb6e775ef0554f5b4a441.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-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"