summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2023-09-14 14:06:14 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2023-09-14 14:06:14 +0000
commit3b54dfd4bbd3d68ad1fbeacf65b171e1e226974b (patch)
tree55eecf84a27dfa1ac9113dd20b91aad7f0d3fe88 /share/man
parentac48eb55e93f852e62defc05097ddbe165b23277 (diff)
document print-plist-libs
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/bsd.port.mk.58
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 1a38fdd632c..2218b040160 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.627 2023/09/12 08:54:04 jsg Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.628 2023/09/14 14:06:13 sthen Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,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.
.\"
-.Dd $Mdocdate: September 12 2023 $
+.Dd $Mdocdate: September 14 2023 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -746,6 +746,10 @@ See
Generate and print the list of static and dynamic libraries present in the port.
See
.Xr pkg_create 1 .
+.It Cm print-plist-all-libs
+Iterate over
+.Cm print-plist-libs
+for all subpackages in a given port.
.It Cm print-plist-libs-with-depends
Like
.Cm print-plist-libs ,