diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-01-22 13:18:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-01-22 13:18:38 +0000 |
commit | 5e7a7ff316b1435e1651d17aa540f2a3a8dbf242 (patch) | |
tree | 2f148d11582ddf4fcc54405fd4a02af31627b6f1 /share/man/man5 | |
parent | 1fae578f00fafd130693a60c95f129cccab5f302 (diff) |
Triggered by Klemens Nanni patch, move OLD_WRKDIR_NAME into OBSOLETE VARIABLES
and deprecate WRKDIR_LINKNAME.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 2e139c0f782..9cffdebed7f 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.471 2018/01/03 08:43:09 bentley Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.472 2018/01/22 13:18:37 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: January 3 2018 $ +.Dd $Mdocdate: January 22 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2154,21 +2154,6 @@ It should be left alone for ports with empty regression tests, and for ports with failing tests. That way, if a subsequent update of a port acquires actual regression tests, they will be picked up automatically. -.It Ev OLD_WRKDIR_NAME -Base name for -.Ev WRKDIR -in the old scheme without -.Ev WRKOBJDIR . -Mostly used as a value for -.Ev WRKDIR_LINKNAME , -e.g., -.Bd -literal -WRKDIR_LINKNAME = ${OLD_WRKDIR_NAME} -.Ed -.Pp -in -.Pa /etc/mk.conf . -Read-only. .It Ev ONLY_FOR_ARCHS List of architectures on which this port builds. Can hold both processor-specific information (e.g., powerpc), and more @@ -3103,8 +3088,7 @@ is put at the front of the .It Ev WRKDIR_LINKNAME Name of a symbolic link to create within the port directory which will point to the port's ${WRKDIR}. -See -.Ev OLD_WRKDIRNAME . +Deprecated. .It Ev WRKDIST Subdirectory of ${WRKDIR} in which the distribution files normally unpack. Base for all patches. @@ -4066,6 +4050,11 @@ creates the whole hierarchy under ${WRKOBJDIR}, so .Ev OBJMACHINE is no longer useful. +.It Ev OLD_WRKDIR_NAME +Used to be a base name for +.Ev WRKDIR +in the old scheme without +.Ev WRKOBJDIR . .It Ev OPSYS The operating system. This ports tree is only used on |