diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-08-21 20:24:13 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-08-21 20:24:13 +0000 |
commit | b53e4696177e3a83ac76f431b90d3bc1be2befcb (patch) | |
tree | a5400a1aaaa486222ca50fa158185ea0adf01e4d | |
parent | fa032ea39a935e9a9bad303e6e68296d2e058f6b (diff) |
Document FAKEOBJDIR
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c5ac9a9f814..a8675f38a68 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.120 2003/08/15 00:10:01 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.121 2003/08/21 20:24:12 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -838,6 +838,9 @@ By default, ${DESTDIRNAME}=${WRKINST}. .It Ev FAKE_TARGET Target build by ${MAKE_PROGRAM} on fake invocation. Defaults to ${INSTALL_TARGET}. +.It Ev FAKEOBJDIR +If defined, used as a base for the fake area. +The real fake directory ${WRKINST} is created there. .It Ev FETCH_CMD Command used to fetch distribution files for this port. Defaults to |