summaryrefslogtreecommitdiff
path: root/mk/tools/perl.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-10 19:34:02 +0000
committerjlam <jlam>2005-05-10 19:34:02 +0000
commit6caf33fae621e8ee1ea25ea0b23b3d78481b1a23 (patch)
treefebd4effdbd20c03941d138f027d2bfdcff93313 /mk/tools/perl.mk
parent9d1fe5cd30cc4ca5408d6ef67de4b4dc914b0705 (diff)
downloadpkgsrc-6caf33fae621e8ee1ea25ea0b23b3d78481b1a23.tar.gz
TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}.
Diffstat (limited to 'mk/tools/perl.mk')
-rw-r--r--mk/tools/perl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/perl.mk b/mk/tools/perl.mk
index 08881aa1cde..895b9c76d85 100644
--- a/mk/tools/perl.mk
+++ b/mk/tools/perl.mk
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.5 2005/05/02 06:36:29 jlam Exp $
+# $NetBSD: perl.mk,v 1.6 2005/05/10 19:34:02 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
@@ -11,7 +11,7 @@ MAKEFLAGS+= TOOLS_IGNORE.perl=
. include "../../lang/perl5/buildlink3.mk"
TOOLS_DEPMETHOD.perl?= BUILD_DEPENDS
TOOLS_DEPENDS.perl?= ${BUILDLINK_DEPENDS.perl}:${BUILDLINK_PKGSRCDIR.perl}
-TOOLS_SYMLINK+= perl
+TOOLS_CREATE+= perl
TOOLS_REAL_CMD.perl= ${LOCALBASE}/bin/perl
PERL5= ${TOOLS_REAL_CMD.perl}
. endif