diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-10-21 09:51:29 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-10-21 09:51:29 +0000 |
commit | 1809b4ccae11602231b314a89ec75132a0b8d807 (patch) | |
tree | af03ade20dc5e904931afca4889af30192bc2a69 /ports-mgmt | |
parent | cdf959618318aa929b42e2bcb1e6fbde70f6af1b (diff) | |
download | ports-1809b4ccae11602231b314a89ec75132a0b8d807.tar.gz ports-1809b4ccae11602231b314a89ec75132a0b8d807.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/porteasy/src/porteasy.8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports-mgmt/porteasy/src/porteasy.8 b/ports-mgmt/porteasy/src/porteasy.8 index 33b70ca77abe..0e8f78a17f57 100644 --- a/ports-mgmt/porteasy/src/porteasy.8 +++ b/ports-mgmt/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 |