pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Correct typo, really fixes PR 36940.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f71007847ac9
branches:  trunk
changeset: 533017:f71007847ac9
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Sep 07 10:57:35 2007 +0000

description:
Correct typo, really fixes PR 36940.

diffstat:

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

diffs (18 lines):

diff -r 703f3ee50511 -r f71007847ac9 mk/bsd.pkg.update.mk
--- a/mk/bsd.pkg.update.mk      Fri Sep 07 10:43:59 2007 +0000
+++ b/mk/bsd.pkg.update.mk      Fri Sep 07 10:57:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.update.mk,v 1.10 2007/09/07 10:38:44 rillig Exp $
+# $NetBSD: bsd.pkg.update.mk,v 1.11 2007/09/07 10:57:35 obache Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and contains the targets
 # and variables for "make update".
@@ -125,7 +125,7 @@
 
 
 ${_DDIR}: ${_DLIST}
-       ${RUN} pkgs=`${CAT _DLIST}`;                                    \
+       ${RUN} pkgs=`${CAT} ${_DLIST}`;                                 \
        if [ "$$pkgs" ]; then ${PKG_INFO} -Q PKGPATH $$pkgs; fi > ${_DDIR}
 
 ${_DLIST}: ${WRKDIR}



Home | Main Index | Thread Index | Old Index