diff options
-rw-r--r-- | share/man/man7/ports.7 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index e20f91c4666..34dd74f5950 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.60 2006/11/01 18:48:09 jmc Exp $ +.\" $OpenBSD: ports.7,v 1.61 2006/11/02 09:58:09 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -383,8 +383,7 @@ and everything built on top of it, build and install new packages. The ports tree contains some mechanisms to save space when building large collections of packages. If -.Ev BIN_PACKAGES , -.Ev TRUST_PACKAGES , +.Ev TRUST_PACKAGES and .Ev BULK are set to @@ -394,7 +393,7 @@ directories on the fly. .Pp Some important caveats apply: the packages already built in the package repository are assumed to be -up-to-date (BIN_PACKAGES), the database of installed packages is assumed +up-to-date, the database of installed packages is assumed to be accurate (TRUST_PACKAGES), and the bulk cookies are assumed to be up-to-date (BULK). .Pp |