Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2015 23:06:33 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391538 - head/Mk/Uses
Message-ID:  <201507072306.t67N6XYZ080204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Tue Jul  7 23:06:33 2015
New Revision: 391538
URL: https://svnweb.freebsd.org/changeset/ports/391538

Log:
  Improve working of comment.
  
  In erlang.mk, replace "none" with "no argument" in the "Valid ARGS"
  example; "none" looks an actual argument.

Modified:
  head/Mk/Uses/erlang.mk

Modified: head/Mk/Uses/erlang.mk
==============================================================================
--- head/Mk/Uses/erlang.mk	Tue Jul  7 23:03:07 2015	(r391537)
+++ head/Mk/Uses/erlang.mk	Tue Jul  7 23:06:33 2015	(r391538)
@@ -4,7 +4,7 @@
 #
 # Feature:	erlang
 # Usage:	USES=erlang
-# Valid ARGS:	rebar, rebar3, or none (custom build)
+# Valid ARGS:	rebar, rebar3, or no argument (custom build)
 #
 # Additional variables:
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507072306.t67N6XYZ080204>