| Summary: | "ports" man page needs update | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jason W. Bacon <jwb> | ||||
| Component: | Ports Framework | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Some People | CC: | linimon, ports-bugs, tcberner | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
patches welcome ;) Created attachment 207266 [details]
Unified diff
Diff attached.
Moin moin Closing this, due to old age. Please re-open the issue, if it is still relevant. mfg Tobias |
The "package" section in "man ports" appears to be wrong on two details: package Make a binary package for the port. The port will be installed if it has not already been. The package is a .tbz file that you can use to install the port on other machines with pkg-add(8). If the directory specified by PACKAGES does not exist, the package will be put into the current directory. See PKGREPOSITORY and PKGFILE. 1. Default is .txz, not .tbz 2. If $PACKAGES does not exist, package is placed in work/pkg, not CWD