pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rarian Make sure that the correct path to "ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e2584805b7e
branches:  trunk
changeset: 535760:5e2584805b7e
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 28 09:18:57 2007 +0000

description:
Make sure that the correct path to "bash" is used in shell scripts.

diffstat:

 textproc/rarian/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3c3eb1c4559e -r 5e2584805b7e textproc/rarian/Makefile
--- a/textproc/rarian/Makefile  Wed Nov 28 08:48:11 2007 +0000
+++ b/textproc/rarian/Makefile  Wed Nov 28 09:18:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/11/28 07:48:14 tron Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/28 09:18:57 tron Exp $
 #
 
 DISTNAME=      rarian-0.6.0
@@ -18,6 +18,8 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bash:run
 
+CONFIGURE_ENV+=        ac_cv_path_have_bash=${TOOLS_BASH:Q}
+
 PKGCONFIG_OVERRIDE+=   rarian.pc.in
 
 DEPENDS+=      getopt-[0-9]*:../../misc/getopt



Home | Main Index | Thread Index | Old Index