diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-09 10:56:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-09 10:56:23 +0000 |
commit | 969639ca1aa6377c0bb17fd9e2ba8d8a31dbbe7f (patch) | |
tree | a55cafb3487c4027c26cb14e2169835651ea8a87 /share | |
parent | aa66f2c1bfdfd883bada2bcc23fa20b4ad959b40 (diff) |
gc WRKDIR_LINK_NAME
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5633510ecda..446ee9db2f5 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.624 2023/09/09 10:06:59 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.625 2023/09/09 10:56:22 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -3713,10 +3713,6 @@ 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}. -Deprecated. .It Ev WRKDIST Subdirectory of ${WRKDIR} in which the distribution files normally unpack. Base for all patches. |