pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap use /usr/pkg/pkgdb on DragonFly by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55161dcf4a88
branches:  trunk
changeset: 486032:55161dcf4a88
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 21 14:12:50 2004 +0000

description:
use /usr/pkg/pkgdb on DragonFly by default

diffstat:

 bootstrap/mkbinarykit |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 00420ad45f8d -r 55161dcf4a88 bootstrap/mkbinarykit
--- a/bootstrap/mkbinarykit     Tue Dec 21 13:53:00 2004 +0000
+++ b/bootstrap/mkbinarykit     Tue Dec 21 14:12:50 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $NetBSD: mkbinarykit,v 1.9 2004/06/28 12:09:09 grant Exp $
+# $NetBSD: mkbinarykit,v 1.10 2004/12/21 14:12:50 grant Exp $
 #
 # Make a binary bootstrap kit and place it in targetdir (or current
 # working directory if not specified). The mk.conf.example file is
@@ -35,6 +35,10 @@
        mkfile=/usr/pkg/etc/mk.conf
        pkgdbdir=/usr/pkg/pkgdb
        ;;
+DragonFly)
+       # Don't use the ports /var/db/pkg
+       pkgdbdir=/usr/pkg/pkgdb
+       ;;
 FreeBSD)
        # Don't use the ports /var/db/pkg
        pkgdbdir=/usr/pkg/pkgdb



Home | Main Index | Thread Index | Old Index