summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-07-12 17:10:51 +0000
committerjmc <jmc@openbsd.org>2014-07-12 17:10:51 +0000
commit2620bb3bf1358dac0bf368e32e27c303ca306e16 (patch)
treeaee85ee4c476d29d8118cb3c22ef178a98fba44d
parenttweak previous; (diff)
downloadwireguard-openbsd-2620bb3bf1358dac0bf368e32e27c303ca306e16.tar.xz
wireguard-openbsd-2620bb3bf1358dac0bf368e32e27c303ca306e16.zip
some basic formatting tweaks;
-rw-r--r--share/man/man5/bsd.port.mk.513
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 2094f115cba..6f413c66b6d 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.399 2014/07/12 09:38:39 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.400 2014/07/12 17:10:51 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -254,7 +254,7 @@ Extract the distribution files under
(but see
.Ev EXTRACT_ONLY
and
-.Ev NO_DEPENDS ).
+.Ev NO_DEPENDS ) .
Refer to
.Ev EXTRACT_CASES
for a complete description.
@@ -1693,13 +1693,16 @@ Yields a suitable default for
.It Ev GH_ACCOUNT
Account name of the GitHub user hosting the project.
.It Ev GH_COMMIT
-SHA1 commit id to fetch. It is good practice to always specify
+SHA1 commit id to fetch.
+It is good practice to always specify
the commit id, even if ${GH_TAGNAME} was specified.
.It Ev GH_PROJECT
Name of the project on GitHub.
.It Ev GH_TAGNAME
-Name of the tag to download. Setting ${GH_TAGNAME} to master is invalid
-and will throw an error. ${WRKDIST} is auto-generated based on the
+Name of the tag to download.
+Setting ${GH_TAGNAME} to master is invalid
+and will throw an error.
+${WRKDIST} is auto-generated based on the
${GH_TAGNAME} if specified, otherwise ${GH_COMMIT} will be used to generate
${WRKDIST}.
.It Ev GMAKE