pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk net/qmail has been taught to not need expr and wc i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23983b03f507
branches:  trunk
changeset: 493234:23983b03f507
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Apr 30 15:07:57 2005 +0000

description:
net/qmail has been taught to not need expr and wc in the top-level make.

diffstat:

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

diffs (18 lines):

diff -r 8fcfda8f9cc7 -r 23983b03f507 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sat Apr 30 15:06:58 2005 +0000
+++ b/mk/bsd.prefs.mk   Sat Apr 30 15:07:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.185 2005/04/30 04:35:54 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.186 2005/04/30 15:07:57 jlam Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -273,7 +273,7 @@
 # These tools are used by the top-level make only in certain packages and
 # should eventually be moved into those particular package Makefiles.
 #
-USE_TOOLS+=    date expr find wc tr
+USE_TOOLS+=    date find tr
 
 _USE_NEW_TOOLS?=       no
 .if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])



Home | Main Index | Thread Index | Old Index