summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-27 17:59:09 +0000
committerjlam <jlam>2005-04-27 17:59:09 +0000
commit6e35992bea644868a8e1d05998451a814a7eb54b (patch)
tree01e0aa9e0f7a8e545cbfe5cbfffa56f36971cc3e /mk
parent6b2c8f4a8b63d8f34591409cfb654d6bfc4882ee (diff)
downloadpkgsrc-6e35992bea644868a8e1d05998451a814a7eb54b.tar.gz
Clarify why we want the perl symlink.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/perl.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/tools/perl.mk b/mk/tools/perl.mk
index 111d9dc7254..3c905f89a63 100644
--- a/mk/tools/perl.mk
+++ b/mk/tools/perl.mk
@@ -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)