diff options
author | murray <murray@FreeBSD.org> | 2001-09-05 09:45:35 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-09-05 09:45:35 +0000 |
commit | 3a06883f57199a0069c1e850b394acd2643a929f (patch) | |
tree | ad2e1d494f2249d6b145aa0b97e5472d8e4f50c2 /usr.sbin | |
parent | e9cbb548b953e6a40a2e8628a9989550ad765544 (diff) | |
download | FreeBSD-src-3a06883f57199a0069c1e850b394acd2643a929f.zip FreeBSD-src-3a06883f57199a0069c1e850b394acd2643a929f.tar.gz |
4000 -> 5800 ports. We really need to add some smarts to the
ports/INDEX creation script to update #defines in header files and
entities in the doc/ tree.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 1f8f5fc..62dbdb9 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -391,7 +391,7 @@ distMaybeSetPorts(dialogMenuItem *self) { dialog_clear_norefresh(); if (!msgYesNo("Would you like to install the FreeBSD ports collection?\n\n" - "This will give you ready access to over 4000 ported software packages,\n" + "This will give you ready access to over 5800 ported software packages,\n" "at a cost of around 70MB of disk space when \"clean\" and possibly\n" "much more than that when a lot of the distribution tarballs are loaded\n" "(unless you have the extra discs available from a FreeBSD CD/DVD distribution\n" |