diff options
-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. |