summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-09 07:11:13 +0000
committerjlam <jlam@pkgsrc.org>2006-04-09 07:11:13 +0000
commit87cd0b8d863e3f258f2eb042056896fc19d5ec55 (patch)
tree928026cf1f8d24781538f14fefb0b255d6be7b33 /lang
parenta3aa1c0d3c2a0786f4005da553f3d33fefd01273 (diff)
downloadpkgsrc-87cd0b8d863e3f258f2eb042056896fc19d5ec55.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')
-rw-r--r--lang/perl5/Makefile3
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