diff options
author | jlam <jlam@pkgsrc.org> | 2005-04-27 17:59:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-04-27 17:59:09 +0000 |
commit | c2cfecc642b84bddab50bab04805d8d876f03a8d (patch) | |
tree | 01e0aa9e0f7a8e545cbfe5cbfffa56f36971cc3e /mk/tools/perl.mk | |
parent | f909ffbadd12d2f58e1d023577974dca596ee935 (diff) | |
download | pkgsrc-c2cfecc642b84bddab50bab04805d8d876f03a8d.tar.gz |
Clarify why we want the perl symlink.
Diffstat (limited to 'mk/tools/perl.mk')
-rw-r--r-- | mk/tools/perl.mk | 6 |
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) |