View | Details | Raw Unified | Return to bug 238108
Collapse All | Expand All

(-)ports.7 (-3 / +3 lines)
Lines 239-251 Link Here
239
Make a binary package for the port.
239
Make a binary package for the port.
240
The port will be installed if it has not already been.
240
The port will be installed if it has not already been.
241
The package is a
241
The package is a
242
.Pa .tbz
242
.Pa .txz
243
file that you can use to
243
file that you can use to
244
install the port on other machines with
244
install the port on other machines with
245
.Xr pkg-add 8 .
245
.Xr pkg-add 8 .
246
If the directory specified by
246
If the directory specified by
247
.Va PACKAGES
247
.Va PACKAGES
248
does not exist, the package will be put into the current directory.
248
does not exist, the package will be placed in work/pkg.
249
See
249
See
250
.Va PKGREPOSITORY
250
.Va PKGREPOSITORY
251
and
251
and
Lines 399-405 Link Here
399
.Va PORTSDIR .
399
.Va PORTSDIR .
400
If this directory exists, the package tree will be (partially) constructed.
400
If this directory exists, the package tree will be (partially) constructed.
401
This directory does not have to exist; if it does not, packages will be
401
This directory does not have to exist; if it does not, packages will be
402
placed into the current directory, or you can define one of
402
placed in work/pkg, or you can define one of
403
.Bl -tag -width ".Va PKGREPOSITORY"
403
.Bl -tag -width ".Va PKGREPOSITORY"
404
.It Va PKGREPOSITORY
404
.It Va PKGREPOSITORY
405
Directory to put the package in.
405
Directory to put the package in.

Return to bug 238108