diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-09 07:11:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-09 07:11:13 +0000 |
commit | 3262df9e55e2e5f30824c00d69360fbe93d942ba (patch) | |
tree | 928026cf1f8d24781538f14fefb0b255d6be7b33 /lang/perl5 | |
parent | 9f915ec10bc929f6884f52e11924083e596ffcf6 (diff) | |
download | pkgsrc-3262df9e55e2e5f30824c00d69360fbe93d942ba.tar.gz |
Ensure that perl uses /bin/sh (or the appropriate functional equivalent)
for executing shell commands. Fix from PR pkg/32812 by Anne Bennett.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index e5533650cba..181e58960ce 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -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 @@ USE_TOOLS+= hostname ln sed test 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 |