diff options
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 56a81c0b2a2..fd74ce8520b 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.205 2008/01/04 17:55:49 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.206 2008/01/04 22:30:12 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -574,7 +574,7 @@ List of all files that need to be retrieved by with master site selection extension removed. Read-only. .It Ev ALL_FAKE_FLAGS -Flags passed to ${MAKE} invocations during the fake process. +Flags passed to ${MAKE} invocations during the fake process. Equals .Li ${MAKE_FLAGS} ${DESTDIRNAME}=${WRKINST} ${FAKE_FLAGS} . Read-only. @@ -1168,7 +1168,7 @@ and the BSD_INSTALL_* macros. Flags used for all make invocations, except for the .Ar fake stage, which adds -.Ev FAKE_FLAGS +.Ev FAKE_FLAGS (see .Ev ALL_FAKE_FLAGS ) and for the regress stage, which uses |