pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Clarify why we want the perl symlink.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caad813c8132
branches:  trunk
changeset: 493121:caad813c8132
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 27 17:59:09 2005 +0000

description:
Clarify why we want the perl symlink.

diffstat:

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

diffs (15 lines):

diff -r 397e5c0379ed -r caad813c8132 mk/tools/perl.mk
--- a/mk/tools/perl.mk  Wed Apr 27 17:46:26 2005 +0000
+++ b/mk/tools/perl.mk  Wed Apr 27 17:59:09 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: perl.mk,v 1.1 2005/04/27 17:29:06 jlam Exp $
+# $NetBSD: perl.mk,v 1.2 2005/04/27 17:59:09 jlam Exp $
 
 # Create a symlink from ${TOOLS_DIR}/bin/perl to ${PERL5} when USE_PERL5
-# is defined.  This ensures that the correct perl is executed when it's
-# invoked as a bare "perl".
+# is defined.  This ensures that when "perl" is invoked, the pkgsrc perl
+# is executed on systems that also provide a perl binary.
 #
 .if defined(USE_PERL5) && !defined(TOOLS_IGNORE.perl)
 .  if !empty(PKGPATH:Mlang/perl58)



Home | Main Index | Thread Index | Old Index