diff options
author | murray <murray@FreeBSD.org> | 2003-03-03 09:28:37 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-03-03 09:28:37 +0000 |
commit | fe842b4ff965d8f60e85091b2043a4efd1e83b02 (patch) | |
tree | d0df37447bf88fbd1d5a3994404d7662f9a4e396 | |
parent | 3c182bd3cd14b38db69ecb7fbaa4fbad85bf23c4 (diff) | |
download | FreeBSD-src-fe842b4ff965d8f60e85091b2043a4efd1e83b02.zip FreeBSD-src-fe842b4ff965d8f60e85091b2043a4efd1e83b02.tar.gz |
Update the number of ports in the ports collection. Although we've
gained 400 ports since the last time this was updated, the disk space
estimate is still accurate.
-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 91c24f8..fba097f 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -452,7 +452,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 7600 ported software packages,\n" + "This will give you ready access to over 8200 ported software packages,\n" "at a cost of around 180MB 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" |