summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-04-24 21:38:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-04-24 21:38:37 +0000
commit67a5936c5838f139d755df98e5893a436c71fa33 (patch)
tree73ff03d47fb14f6a889d4ce637c99586ada6f93b /share
parent2bd5449a58bc02d2c4bf2dfeca99de17d68da404 (diff)
Document special rule for build dependencies. More complicated to explain,
simpler to use.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.58
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3a47ce3b2d0..7b2ef169ccc 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.66 2002/04/17 17:12:59 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.67 2002/04/24 21:38:36 espie Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -314,6 +314,12 @@ package name.
is a comma separated list of flavors.
By default, the dependency will build the default flavor.
Build dependencies are checked at the beginning of the extract stage.
+.Pp
+Build dependencies that are not the default
+.Ar package or
+.Ar install
+target will be processed in a subdirectory of the working directory,
+specifically, in ${WRKDIR}/directory.
.It Ev BULK
If set to
.Sq Yes ,