diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-07-22 20:53:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-07-22 20:53:14 +0000 |
commit | 67edb7190234e821e69193e278fd34217ab55af4 (patch) | |
tree | d3b7dd2c0e678a72dfda1466d2cf069439c15ce9 /share | |
parent | c86be79819f551791b84aa53f23e58dce12298c6 (diff) |
FAKE (the variable) died about 2 years ago...
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 71241c65243..3aac8addf43 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.218 2008/07/04 10:55:55 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.219 2008/07/22 20:53:13 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 4 2008 $ +.Dd $Mdocdate: July 22 2008 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1017,17 +1017,6 @@ Default value is ${DISTFILES}. .It Ev EXTRACT_SUFX Used to set DISTFILES default value to ${DISTNAME}${EXTRACT_SUFX}. Default value is .tar.gz. -.It Ev FAKE -Automatically set to -.Sq Yes -for most ports (and all new ports). -Indicates that the port, using -.Ev FAKE_FLAGS -magic, will properly fake installation into ${WRKINST}, to be packaged -and properly installed from the package. -Set to -.Sq No -in very rare cases, and during port creation. .It Ev FAKE_FLAGS Extra flags passed to ${MAKE_PROGRAM} on fake invocation. Empty by default. |