diff options
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-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 |