From f4c4c83138aff21a308af9b7763f3fc561404825 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Wed, 21 May 2003 15:52:36 +0000 Subject: [PATCH] Add a note about `make fetch-recursive' vs. `make fetch'. Also replace a nearby with . --- en_US.ISO8859-1/books/handbook/ports/chapter.sgml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml index 9736964740..024e5b7802 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml @@ -912,12 +912,17 @@ Receiving lsof_4.57D.freebsd.tar.gz (439860 bytes): 100% list. For users which cannot be connected all the time, the - make fetch option is + make fetch option is provided. Just run this command at the top level directory (/usr/ports) and the required files will be downloaded for you. This command will also work in the lower level categories, for example: - /usr/ports/net. + /usr/ports/net. + Note that if a port depends on libraries or other ports this will + not fetch the distfiles of those ports too. + Replace fetch with + fetch-recursive + if you want to fetch all the dependencies of a port too. You can build all the ports in a category or as a whole by running make in the top level