pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Include perl.mk to make sure the perl symlink...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75a2f3d0d54c
branches:  trunk
changeset: 493267:75a2f3d0d54c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 02 04:35:59 2005 +0000

description:
Include perl.mk to make sure the perl symlink is created.

diffstat:

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

diffs (17 lines):

diff -r 2805ea3fcf5b -r 75a2f3d0d54c mk/tools/bsd.tools.mk
--- a/mk/tools/bsd.tools.mk     Mon May 02 04:33:53 2005 +0000
+++ b/mk/tools/bsd.tools.mk     Mon May 02 04:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.12 2005/04/28 17:37:06 jlam Exp $
+# $NetBSD: bsd.tools.mk,v 1.13 2005/05/02 04:35:59 jlam Exp $
 #
 # This Makefile fragment creates tools under ${TOOLS_DIR} that are
 # found before similarly-named tools in the system path.
@@ -79,6 +79,7 @@
 .include "../../mk/tools/texinfo.mk"
 .include "../../mk/tools/rpcgen.mk"
 .include "../../mk/tools/replace.mk"
+.include "../../mk/tools/perl.mk"
 .include "../../mk/tools/make.mk"
 
 ######################################################################



Home | Main Index | Thread Index | Old Index