espie@ removed OLD_* stuff from bsd.port.mk with revision 1.1337, this
diff takes care of left overs in the manpage.

Any takers?

diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 2e139c0f782..ff557f789d8 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -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,6 @@ 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 .
 .It Ev WRKDIST
 Subdirectory of ${WRKDIR} in which the distribution files normally unpack.
 Base for all patches.

Reply via email to