summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-07-12 17:10:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-07-12 17:10:52 +0000
commit225d4b660e36caa3f3e074d52864b6771189734f (patch)
tree1976fe38a1bcfa051eb65a6b17d1ceddfbee044a /share
parentf7adf2ac3cf1e0b34ae9205681afc993c5219cef (diff)
some basic formatting tweaks;
Diffstat (limited to 'share')
-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