summaryrefslogtreecommitdiff
path: root/mk/tools/perl.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 02:05:24 +0000
committerjlam <jlam>2005-05-22 02:05:24 +0000
commit92e336c74b8f2a111eba0e49f78ca84458f73f52 (patch)
tree57b794d236eb37a225866e538f20a5d77547417a /mk/tools/perl.mk
parenteba1b037eaec364290294da6ba7599e49fe14c28 (diff)
downloadpkgsrc-92e336c74b8f2a111eba0e49f78ca84458f73f52.tar.gz
The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of
mk/tools/replace.mk.
Diffstat (limited to 'mk/tools/perl.mk')
-rw-r--r--mk/tools/perl.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/tools/perl.mk b/mk/tools/perl.mk
index f3f49e361f1..b52a275f97b 100644
--- a/mk/tools/perl.mk
+++ b/mk/tools/perl.mk
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.16 2005/05/21 04:53:17 jlam Exp $
+# $NetBSD: perl.mk,v 1.17 2005/05/22 02:05:24 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -42,12 +42,6 @@
.if defined(_USE_TOOLS) && !empty(_USE_TOOLS:Mperl)
#
-# GNU configure scripts need to be told where to the real Perl
-# interpreter can be found. This value is typically hardcoded into
-# Perl shebang scripts.
-#
-CONFIGURE_ENV+= PERL=${TOOLS_${_TOOLS_VARNAME.perl}:Q}
-#
# Define PERL5_* variables that locate the site directories for
# ${PERL5}. These variables depend on PERL5 being properly defined
# and existing on the filesystem. This needs to be done _after_