diff options
-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 7bfddebf7b9..df06ea56d02 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.2 2011/12/05 23:29:30 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.3 2011/12/06 11:40:25 espie 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: December 5 2011 $ +.Dd $Mdocdate: December 6 2011 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -199,11 +199,11 @@ For ruby gem ports that can work on both ruby 1.8 and ruby 1.9, any binary file entries in the PLIST should be appended with .Ev GEM_BIN_SUFFIX . This is because the ruby 1.8 and ruby 1.9 gem binaries are both installed to -.Ev LOCALBASE Ns /bin , +.Pa ${LOCALBASE}/bin , and ruby 1.9 installs the binaries with a 19 suffix. Any man pages and other files that would be installed to locations not specific to a ruby implementation (such as under -.Ev LOCALBASE Ns /share ) , +.Pa ${LOCALBASE}/share ) , should use .Ev GEM_MAN_SUFFIX before the extension so the different |