pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools PERL5 shouldn't be recursively defined.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2805ea3fcf5b
branches:  trunk
changeset: 493266:2805ea3fcf5b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 02 04:33:53 2005 +0000

description:
PERL5 shouldn't be recursively defined.

diffstat:

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

diffs (18 lines):

diff -r 359080b8afc5 -r 2805ea3fcf5b mk/tools/perl.mk
--- a/mk/tools/perl.mk  Mon May 02 03:09:04 2005 +0000
+++ b/mk/tools/perl.mk  Mon May 02 04:33:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.3 2005/04/28 03:01:11 jlam Exp $
+# $NetBSD: perl.mk,v 1.4 2005/05/02 04:33:53 jlam Exp $
 
 # Create a symlink from ${TOOLS_DIR}/bin/perl to ${PERL5} when USE_PERL5
 # is defined.  This ensures that when "perl" is invoked, the pkgsrc perl
@@ -12,7 +12,7 @@
 TOOLS_DEPMETHOD.perl?= BUILD_DEPENDS
 TOOLS_DEPENDS.perl?=   ${BUILDLINK_DEPENDS.perl}:${BUILDLINK_PKGSRCDIR.perl}
 TOOLS_SYMLINK+=                perl
-TOOLS_REAL_CMD.perl=   ${PERL5}
+TOOLS_REAL_CMD.perl=   ${LOCALBASE}/bin/perl
 .    if exists(${TOOLS_REAL_CMD.perl})
 PERL5=                 ${TOOLS_REAL_CMD.perl}
 .    endif



Home | Main Index | Thread Index | Old Index