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