diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-21 10:53:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-21 10:53:14 +0000 |
commit | 7c9c4b145b0419e9013b49f7e5d43a81d1342a0c (patch) | |
tree | 420e866615e8dbf375ee14691348012ca473c3ae /share/man | |
parent | 01eb4072250b308f2e82ca76697e4a671cbb53f5 (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/ruby-module.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 91ee0fb17e7..6a95601b114 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.8 2013/03/20 19:23:54 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.9 2013/03/21 10:53:13 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -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: March 20 2013 $ +.Dd $Mdocdate: March 21 2013 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -219,7 +219,7 @@ If you want to specify a version for a gem/extconf port, use a specific .Ev FLAVOR , such as ruby18 to use ruby 1.8. If you want to specify a version for a non-gem/extconf port, set -.Ev MODRUBY_REV +.Ev MODRUBY_REV for the version of ruby you want to use (1.8, 1.9, 2.0, jruby, rbx). .Pp If you do not want the ports system to automatically set up @@ -236,7 +236,8 @@ When .Ev MODRUBY_HANDLE_FLAVORS is Yes, the ports system automatically adds the appropriate prefix to the .Ev FULLPKGNAME -(e.g. ruby- for ruby 1.8, ruby19- for ruby 1.9). Additionally, it adds +(e.g. ruby- for ruby 1.8, ruby19- for ruby 1.9). +Additionally, it adds .Ev GEM_BIN_SUFFIX and .Ev GEM_MAN_SUFFIX |