diff options
author | jlam <jlam> | 2005-05-22 02:05:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 02:05:24 +0000 |
commit | 432087e1ac1c6e83197a0f90b23915d4228b0c11 (patch) | |
tree | 57b794d236eb37a225866e538f20a5d77547417a /mk | |
parent | c27da143106f8c71c498fb011a98cf66361ed3a0 (diff) | |
download | pkgsrc-432087e1ac1c6e83197a0f90b23915d4228b0c11.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')
-rw-r--r-- | mk/tools/perl.mk | 8 |
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_ |