diff options
author | des <des@FreeBSD.org> | 2000-10-21 17:51:29 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-10-21 17:51:29 +0800 |
commit | d46d2607001911d3a5eff212d22add19a73a025c (patch) | |
tree | d0088ee338c65c30e3f54c12d916142191748ee3 /misc | |
parent | 1c4dd0ab5d32a5095c4e8cce7aa2a55e0707b517 (diff) | |
download | freebsd-ports-gnome-d46d2607001911d3a5eff212d22add19a73a025c.tar.gz freebsd-ports-gnome-d46d2607001911d3a5eff212d22add19a73a025c.tar.zst freebsd-ports-gnome-d46d2607001911d3a5eff212d22add19a73a025c.zip |
Document PORTEASY_OPTIONS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/porteasy/src/porteasy.8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/porteasy/src/porteasy.8 b/misc/porteasy/src/porteasy.8 index 33b70ca77abe..0e8f78a17f57 100644 --- a/misc/porteasy/src/porteasy.8 +++ b/misc/porteasy/src/porteasy.8 @@ -98,6 +98,9 @@ version number and exit. .It Fl v Verbose mode: show more information about what is being done. .El +.Pp +If no options are specified, the default is to build the specified +ports. .Ss Port names The port names listed on the command line may be either unqualified or fully qualified. @@ -232,6 +235,13 @@ password every time), but prefers correctness to performance. The maximum number of invocations is (2 + NC + NP), where NC and NP are the number of distinct categories and ports (including master directories and dependencies). +.Sh ENVIRONMENT +.Bl -tag -width PORTEASY_OPTIONS +.It Ev PORTEASY_OPTIONS +Specifies a set of default options for +.Nm . +These options can be overridden by command line parameters. +.El .Sh FILES .Nm maintains and operates on a ports tree, normally |