diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-08-15 00:32:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-08-15 00:32:34 +0000 |
commit | a843854dbf02abd521861b2f546b3add70573f19 (patch) | |
tree | d10260d1ea1db7693c19844ed61e0f34ee220f29 /share/man/man7 | |
parent | 5702d7f9c63226e13621e2af89d3b3dcec1518ff (diff) |
Document SKIPDIR
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 70e5c4b6ccf..c78ed74aff7 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.38 2003/08/15 00:28:05 espie Exp $ +.\" $OpenBSD: ports.7,v 1.39 2003/08/15 00:32:33 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -118,6 +118,16 @@ Some of these targets work recursively through subdirectories, so that someone can, for examples, install all of the net ports. .Pp +The variable +.Ev SKIPDIR +can hold a set of package directories to avoid during recursion. +These are always specified relative to the root of the ports tree, +and can contain a flavor or subpackage part +.Po +see +.Xr packages-specs 7 +.Pc . +.Pp In case of failure in a subdirectory, the shell fragment held in .Ev REPORT_PROBLEM is executed. |