diff options
author | 2016-01-01 18:38:19 +0000 | |
---|---|---|
committer | 2016-01-01 18:38:19 +0000 | |
commit | 67835c7703855f5423db70980b54501f4dbbb55e (patch) | |
tree | 6613b16c7c718f77e0d1e0bc1e3f6db6d89a8209 | |
parent | The "-P" option does not need to read routing table symbols so do not (diff) | |
download | wireguard-openbsd-67835c7703855f5423db70980b54501f4dbbb55e.tar.xz wireguard-openbsd-67835c7703855f5423db70980b54501f4dbbb55e.zip |
Mention that GH_* yield a default for DISTNAME
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8cef4c421a0..cce713220f7 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.430 2015/12/28 23:30:59 mmcc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.431 2016/01/01 18:38:19 jasper 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: December 28 2015 $ +.Dd $Mdocdate: January 1 2016 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1702,7 +1702,8 @@ to limit ports to architectures where they compile. Support for GitHub-hosted projects. Leave empty for non hosted projects. Yields a suitable default for -.Ev MASTER_SITES_GITHUB . +.Ev MASTER_SITES_GITHUB and +.Ev DISTNAME . .It Ev GH_ACCOUNT Account name of the GitHub user hosting the project. .It Ev GH_COMMIT |