diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-02-06 19:01:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-02-06 19:01:25 +0000 |
commit | 48331a8159d590ec9e5ea4cd976e1947249f0515 (patch) | |
tree | 7fb1258788e1ccc574c0c813449d44e1e5a349d9 /share | |
parent | a16c573bb2f59896157000e1db867fae861640af (diff) |
typo
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ee771a4d2af..18847b48499 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.189 2007/01/18 06:34:56 steven Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.190 2007/02/06 19:01:24 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -937,7 +937,7 @@ in very rare cases, and during port creation. Flags passed to ${MAKE_PROGRAM} on fake invocation. By default, ${DESTDIRNAME}=${WRKINST}. .It Ev FAKE_TARGET -Target build by ${MAKE_PROGRAM} on fake invocation. +Target built by ${MAKE_PROGRAM} on fake invocation. Defaults to ${INSTALL_TARGET}. .It Ev FAKEOBJDIR If non empty, used as a base for the fake area. |