diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-11-02 10:18:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-11-02 10:18:08 +0000 |
commit | 5b25dbaa982a7b63ea002adc9df0ea208d02e545 (patch) | |
tree | faa734fd7e9e9def45ba27c344d44c18180e2957 | |
parent | df0023194d7cc184c1e07a031f2875e7c8f46eea (diff) |
Document print-plist/print-plist-contents
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f7d70c38b5e..1de0ef59719 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.176 2006/11/02 10:12:17 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.177 2006/11/02 10:18:07 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -391,6 +391,18 @@ in the right directory, and leaves user at ftp prompt. Print the package signature, in the same format used for .Xr pkg_info 1 .Fl S . +.It Ar print-plist +Generate and print a package packing-list from the static information +present in the port. +.It Ar print-plist-contents +Generate and print a package contents from the static information +present in the port. +In contrast with +.Ar print-plist , +the package contents only consists of files, all tagged with category +markers such as @file. +See +.Xr pkg_create 1 . .It Ar readmes Create an html description of packages, including comments, description, and dependencies. @@ -418,6 +430,9 @@ Only invoked when regression tests are run, or explicitly through .Ar depends . .It Ar reinstall Force reinstallation of a port, by first cleaning the old installation. +Seldom needed, as +.Ar update +will often do the right thing. .It Ar repackage For rebuilding of the packages of a port, by first removing the old packages. .It Ar run-depends |