pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools The path to perl is now passed via CONFIGURE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88f3afbf1e54
branches:  trunk
changeset: 494260:88f3afbf1e54
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 22 02:05:24 2005 +0000

description:
The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of
mk/tools/replace.mk.

diffstat:

 mk/tools/perl.mk |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 5ed9f2c0cb4e -r 88f3afbf1e54 mk/tools/perl.mk
--- a/mk/tools/perl.mk  Sun May 22 01:56:27 2005 +0000
+++ b/mk/tools/perl.mk  Sun May 22 02:05:24 2005 +0000
@@ -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_



Home | Main Index | Thread Index | Old Index