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