diff options
author | 2013-03-21 10:53:13 +0000 | |
---|---|---|
committer | 2013-03-21 10:53:13 +0000 | |
commit | f9534bd9773f1ab663cfdf8ad186a112c6b1ab93 (patch) | |
tree | 00eb3991d6f9b873366013b6fbc305b9744ca3e1 /share/man/man5/ruby-module.5 | |
parent | Correct the last change to untaint $fmt; it caused the final parameter of (diff) | |
download | wireguard-openbsd-f9534bd9773f1ab663cfdf8ad186a112c6b1ab93.tar.xz wireguard-openbsd-f9534bd9773f1ab663cfdf8ad186a112c6b1ab93.zip |
tweak previous;
Diffstat (limited to 'share/man/man5/ruby-module.5')
-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 |