diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-06 19:00:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-06 19:00:19 +0000 |
commit | 95f6cce37ce329d0abd23458c6d6c442d06af771 (patch) | |
tree | e03fe0b41b17ca44782205546949b5df6e62bf73 /share | |
parent | 4b440a37455b4889b6d707a6aefc4bdec688697e (diff) |
Document MTREE_FILE improvements.
Diffstat (limited to 'share')
-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 |