diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2013-03-19 23:50:21 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2013-03-19 23:50:21 +0000 |
commit | c5b7227155549507a3b6f6b8ffd596a854d4278f (patch) | |
tree | 13a0d9ff18d5a38153477b1682fa0ed30d254125 /share/man | |
parent | 00ec3c41ee1ac6b2a32826692346283a5681ab32 (diff) |
Add ruby20 FLAVOR to ruby-module(5).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/ruby-module.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 0853a68c60f..f4d6eb2a544 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.6 2013/03/19 19:52:29 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.7 2013/03/19 23:50:20 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -147,7 +147,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby18, ruby19, rbx, and jruby += * and adds ruby18, ruby19, ruby20, rbx, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -165,7 +165,7 @@ c, m, and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby18, ruby19, and rbx +It also adds ruby18, ruby19, ruby20, and rbx .Ev FLAVOR Ns s to the port. .It @@ -195,7 +195,7 @@ You can set .Ev MODRUBY_REV to use a specific ruby version for non-gem and extconf ports. .Pp -Use of a ruby19, rbx, or jruby +Use of a ruby19, ruby20, rbx, or jruby .Ev FLAVOR causes the .Ev FULLPKGNAME |