diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-04-05 13:33:07 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-04-05 13:33:07 +0000 |
commit | 2c4a3817da661070b8c2a02d89ef180b20df284a (patch) | |
tree | c122baf97d54bfc7e05e64c3b2415363f70bec77 /share/man/man5 | |
parent | aabe24a850db098868768f141c0bb851dbd34ca2 (diff) |
Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 14c17e6840e..b5ad37fc1aa 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.415 2015/04/03 10:19:22 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.416 2015/04/05 13:33:06 sthen 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: April 3 2015 $ +.Dd $Mdocdate: April 5 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1701,8 +1701,7 @@ Yields a suitable default for 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 -the commit id, even if ${GH_TAGNAME} was specified. +It is an error to specify ${GH_COMMIT} when ${GH_TAGNAME} is specified. .It Ev GH_PROJECT Name of the project on GitHub. .It Ev GH_TAGNAME |