pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vigor Prevent paths to the build directories f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc16aac058b9
branches:  trunk
changeset: 495753:dc16aac058b9
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 17:40:22 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 editors/vigor/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6c12bdfb1fa6 -r dc16aac058b9 editors/vigor/Makefile
--- a/editors/vigor/Makefile    Sun Jun 19 17:14:44 2005 +0000
+++ b/editors/vigor/Makefile    Sun Jun 19 17:40:22 2005 +0000
@@ -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 @@
 #              --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"



Home | Main Index | Thread Index | Old Index