summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index cbe5e450f11..a9dd4ffc448 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.120 2008/01/30 22:57:31 tron Exp $
+# $NetBSD: bootstrap,v 1.121 2008/03/06 04:45:58 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -1026,10 +1026,10 @@ case "$need_extras" in
yes) build_package "pkgtools/bootstrap-extras";;
esac
case "$need_ftp" in
-yes) build_package "pkgtools/tnftp";;
+yes) build_package "net/tnftp";;
esac
case "$need_pax" in
-yes) build_package "pkgtools/pax";;
+yes) build_package "archivers/pax";;
esac
build_package "pkgtools/pkg_install"