pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fix mistake in previous commit -- expr is required ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee924acac00c
branches:  trunk
changeset: 493913:ee924acac00c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 15:20:15 2005 +0000

description:
Fix mistake in previous commit -- expr is required by the wrapper
framework.  Problem & fix from tron@.

diffstat:

 mk/bsd.pkg.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8ef8c896e441 -r ee924acac00c mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon May 16 15:07:32 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon May 16 15:20:15 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1664 2005/05/16 05:11:51 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1665 2005/05/16 15:20:15 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -835,9 +835,12 @@
        mkdir mv pax pwd rm rmdir sed sh sort tail test touch tr true   \
        wc xargs
 
+# bsd.wrapper.mk
+PKGSRC_USE_TOOLS+=     expr
+
 # bsd.bulk-pkg.mk uses certain tools
 .if defined(BATCH)
-PKGSRC_USE_TOOLS+=     expr tee tsort
+PKGSRC_USE_TOOLS+=     tee tsort
 .endif
 
 .if !defined(NO_MTREE)



Home | Main Index | Thread Index | Old Index