pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/digest Set NO_MTREE since this package will b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3caaea48f5d7
branches:  trunk
changeset: 516119:3caaea48f5d7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 14 16:33:05 2006 +0000

description:
Set NO_MTREE since this package will be used during bootstrap and we
don't need to generate the whole directory hierarchy for it.

diffstat:

 pkgtools/digest/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5d8893fb6d6c -r 3caaea48f5d7 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Fri Jul 14 16:24:28 2006 +0000
+++ b/pkgtools/digest/Makefile  Fri Jul 14 16:33:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/09/28 21:55:32 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2006/07/14 16:33:05 jlam Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -18,6 +18,7 @@
 
 NO_PKGTOOLS_REQD_CHECK=        yes
 NO_CHECKSUM=           yes
+NO_MTREE=              yes
 
 # XXX Remove the following two lines after pkgsrc/bootstrap is up and
 # XXX running.



Home | Main Index | Thread Index | Old Index