summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-11-25 11:12:22 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-11-25 11:12:22 +0000
commit816430ab77740cb24cdc5ad3f2f39b80d654ed9c (patch)
tree747e131a2f87bf7fe582df42b6029e7af127f68d /share/man/man5
parent8651fce189097fa59668c814d3c0f41f0f65fe04 (diff)
show-size/show-fake-size
all parts of bsd.port.mk that I intended to document are accounted for
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/bsd.port.mk.516
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3210b410a57..b6742b6d53b 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.306 2011/11/25 11:01:25 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.307 2011/11/25 11:12:21 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -661,7 +661,7 @@ 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.
+Rebuild the packages of a port after removing existing packages.
.It Ar run-depends
Verify the ports mentioned in
.Ev RUN_DEPENDS ,
@@ -682,6 +682,12 @@ show the contents of ${name1} ${name2} ...,
one variable value per line.
Mostly used from recursive makes, or to know the contents of another
port's variables without guessing wrongly.
+.It Ar show-fake-size
+Prints the size of ${WRKINST}.
+Used by some options of
+.Xr dpb 1 ,
+suitable for
+.Ev BULK_TARGETS .
.It Ar show-required-by
Prints the list of
.Xr pkgpath 7
@@ -695,6 +701,12 @@ Build a port package.
Exactly like
.Ar package ,
but affects only one single subpackage in multi-packages ports.
+.It Ar show-size
+Prints the size of the work directory.
+Used by some options of
+.Xr dpb 1 ,
+suitable for
+.Ev BULK_TARGETS .
.It Ar subupdate
Update an existing installation to a newer package, exactly
like