pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Ensure that perl uses /bin/sh (or the appro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1ce3fbc4da9
branches:  trunk
changeset: 511099:a1ce3fbc4da9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Apr 09 07:11:13 2006 +0000

description:
Ensure that perl uses /bin/sh (or the appropriate functional equivalent)
for executing shell commands.  Fix from PR pkg/32812 by Anne Bennett.

diffstat:

 lang/perl5/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7f16d2cf6a2d -r a1ce3fbc4da9 lang/perl5/Makefile
--- a/lang/perl5/Makefile       Sun Apr 09 06:34:32 2006 +0000
+++ b/lang/perl5/Makefile       Sun Apr 09 07:11:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2006/04/09 06:34:32 jlam Exp $
+# $NetBSD: Makefile,v 1.118 2006/04/09 07:11:13 jlam Exp $
 
 DISTNAME=      perl-5.8.8
 CATEGORIES=    lang devel perl5
@@ -128,6 +128,7 @@
 CONFIGURE_ARGS+=       -Daphostname=${TOOLS_HOSTNAME_CMD:Q}
 CONFIGURE_ARGS+=       -Dln=${TOOLS_LN:Q}
 CONFIGURE_ARGS+=       -Dsed=${TOOLS_SED:Q}
+CONFIGURE_ARGS+=       -Dsh=${TOOLS_SH:Q}
 CONFIGURE_ARGS+=       -Dissymlink="${TOOLS_TEST} -h"
 
 # Nail down the needed libraries for each platform here to avoid hidden



Home | Main Index | Thread Index | Old Index