point GH_* to DIST_TUPLE for complicated stuff
authorespie <espie@openbsd.org>
Wed, 6 Sep 2023 22:28:50 +0000 (22:28 +0000)
committerespie <espie@openbsd.org>
Wed, 6 Sep 2023 22:28:50 +0000 (22:28 +0000)
remove description of MTREE_FILE that was removed a few years ago

share/man/man5/bsd.port.mk.5

index 506a936..5e7fe65 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.611 2023/09/06 21:14:43 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.612 2023/09/06 22:28:50 espie Exp $
 .\"
 .\" Copyright (c) 2000-2008 Marc Espie
 .\"
@@ -2125,6 +2125,10 @@ Yields a suitable default for
 .Ev SITES_GITHUB
 and
 .Ev DISTNAME .
+.Pp
+Use
+.Ev DIST_TUPLE
+for more complicated situations.
 .It Ev GH_ACCOUNT
 Account name of the GitHub user hosting the project.
 .It Ev GH_COMMIT
@@ -2388,15 +2392,6 @@ is set,
 will contain the list of missing distfiles or patchfiles that need to
 be fetched manually.
 Read-only.
-.It Ev MTREE_FILE
-.Xr mtree 8
-specification used during
-.Ar fake .
-Replaced by direct use of
-.Xr mkdir 1
-now that
-.Ar fake
-no longer happens as root.
 .It Ev MODGNU_CONFIG_GUESS_DIRS
 If a port uses config.guess outside WRKSRC, the directories
 containing the other copies must be set here.