diff options
author | william <william@cvs.openbsd.org> | 2010-06-17 03:19:40 +0000 |
---|---|---|
committer | william <william@cvs.openbsd.org> | 2010-06-17 03:19:40 +0000 |
commit | 9dcf39ce10394ced86b82765acc9d843c185d9a9 (patch) | |
tree | 1d3ceccbecd0b34230daba23d2d34a370ac2f431 | |
parent | 2f218a01e23cf54821e347b2ae5282ee16964771 (diff) |
document WRKDIR_LINKNAME; ok espie@ jmc@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 774feeafff4..ab24aa6fa6a 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.246 2010/06/16 12:14:40 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.247 2010/06/17 03:19:39 william 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: June 16 2010 $ +.Dd $Mdocdate: June 17 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2005,6 +2005,9 @@ During ports building, .Pa ${WRKDIR}/bin is put at the front of the .Ev PATH . +.It Ev WRKDIR_LINKNAME +Name of a symbolic link to create within the port directory which will +point to the port's ${WRKDIR}. .It Ev WRKDIST Subdirectory of ${WRKDIR} in which the distribution files normally unpacks. Base for all patches (default: ${WRKDIR}/${DISTNAME}). |