summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-14 16:33:05 +0000
committerjlam <jlam>2006-07-14 16:33:05 +0000
commit9e6d556e0c136cbbd200455d722498ef1c329cbb (patch)
treeb25a22dd5c3e9375920a2059c6e1685f3f21ab98 /pkgtools
parentb4a224872f434148b8f302647f7202ec87112ac6 (diff)
downloadpkgsrc-9e6d556e0c136cbbd200455d722498ef1c329cbb.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index edae197cf84..b02bbdc3af7 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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.