diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-02 08:29:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-02 08:29:27 +0000 |
commit | 0cdf558b1c75dd3e7f36588857f56afa3446468d (patch) | |
tree | 79d90ac4fca56a861d77495272a1a1eea23fb0b0 /share/man | |
parent | eac6106efc2cecc1f8743f721757791ec850dd76 (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-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 cce713220f7..1c62bf084a0 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.431 2016/01/01 18:38:19 jasper Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.432 2016/01/02 08:29:26 jmc 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 1 2016 $ +.Dd $Mdocdate: January 2 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 and +.Ev MASTER_SITES_GITHUB +and .Ev DISTNAME . .It Ev GH_ACCOUNT Account name of the GitHub user hosting the project. |