diff options
author | 2001-03-06 19:00:18 +0000 | |
---|---|---|
committer | 2001-03-06 19:00:18 +0000 | |
commit | b3e9f5e5c3c4a867363a787235329a0aa6060daa (patch) | |
tree | 58523f7e948be3ad16ca366c73238da252b9b7b4 | |
parent | Move the test for bogus packet length in udp_output() closer to the top of (diff) | |
download | wireguard-openbsd-b3e9f5e5c3c4a867363a787235329a0aa6060daa.tar.xz wireguard-openbsd-b3e9f5e5c3c4a867363a787235329a0aa6060daa.zip |
Document MTREE_FILE improvements.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7b447bd6b8a..0cad79bd2f0 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.25 2001/03/01 16:11:21 aaron Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.26 2001/03/06 19:00:18 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -538,8 +538,20 @@ Leave empty if no message is needed. specification to check when creating a PLIST with the .Ar plist target. -By default, -.Pa ${PORTSDIR}/infrastructure/db/fake.mtree. +.Ev MTREE_FILE +can hold a list of file names, to which +.Pa ${PORTSDIR}/infrastructure/db/fake.mtree +is always appended. These specifications are rooted at +.Pa ${WRKINST} , +and are subject to +.Ev SUBST_VARS +substitution, to ease +.Pa ${PREFIX} +independence. +This feature is primarily intended for large, interconnected ports, +such as the kde suite, where a base package sets up a large, extra +directory hierarchy that would make the manual checking of packing lists +tedious. .It Ev MULTI_PACKAGES Set to a list of package extensions for ports that create multiple packages. See |