patches/ports.diff

31 lines
839 B
Diff

Index: share/man/man7/ports.7
===================================================================
RCS file: /home/cvs/src/share/man/man7/ports.7,v
retrieving revision 1.129
diff -u -p -u -p -r1.129 ports.7
--- share/man/man7/ports.7 29 Nov 2021 14:06:03 -0000 1.129
+++ share/man/man7/ports.7 8 May 2022 10:22:37 -0000
@@ -624,18 +624,18 @@ Normally
.Xr ftp 1 .
.It Ev FETCH_PACKAGES
If set,
-try to use as options to
+try to use
.Xr pkg_add 1
to install missing packages from
-.Ev PKG_PATH .
+.Ev PKG_PATH with the supplied options.
.Xr bsd.port.mk 5
does not set
.Ev FETCH_PACKAGES ,
-so even an empty value amounts to setting the variable.
+so even an empty value sets the variable.
.Pp
For instance, to run
.Xr pkg_add 1
-with default options :
+with default options:
.Bd -literal -offset indent
make FETCH_PACKAGES=
.Ed