diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
index 22bd7b0a78..0709ea04f5 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
@@ -659,39 +659,67 @@ docbook =
Install the net/cvsup port. See net/cvsup-without-gui package:
+
+ &prompt.root; pkg_add -r cvsup-without-gui
+
+ See CVSup Installation () for more details.
- As root, copy
- /usr/share/examples/cvsup/ports-supfile
- to a new location, such as /root or your
- home directory.
-
+ Run cvsup:
-
- Edit ports-supfile.
-
+ &prompt.root; cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
- Change
- CHANGE_THIS.FreeBSD.org to a
+ cvsup.FreeBSD.org to a
CVSup server near you. See
CVSup Mirrors () for a complete listing of mirror
sites.
+
+
+ One may want to use his own
+ ports-supfile, for example to avoid
+ the need of passing the CVSup
+ server on the command line.
+
+
+
+ In this case, as root, copy
+ /usr/share/examples/cvsup/ports-supfile
+ to a new location, such as
+ /root or your home
+ directory.
+
+
+
+ Edit ports-supfile.
+
+
+
+ Change
+ CHANGE_THIS.FreeBSD.org
+ to a CVSup server near
+ you. See CVSup
+ Mirrors () for
+ a complete listing of mirror sites.
+
+
+
+ And now to run cvsup, use the
+ following:
+
+ &prompt.root; cvsup -L 2 /root/ports-supfile
+
+
+
- Run cvsup:
-
- &prompt.root; cvsup -g -L 2 /root/ports-supfile
-
-
-
- Running this command later will download and apply all
+ Running the &man.cvsup.1; command later will download and apply all
the recent changes to your Ports Collection, except
actually rebuilding the ports for your own system.