diff options
author | Bernd Ahlers <bernd@cvs.openbsd.org> | 2008-10-24 14:15:54 +0000 |
---|---|---|
committer | Bernd Ahlers <bernd@cvs.openbsd.org> | 2008-10-24 14:15:54 +0000 |
commit | a1511cb09776460f553d983261cc7984ce9523b1 (patch) | |
tree | e2a1399d782536d2361fe315bbce011c5c17d902 | |
parent | 5f43501166f069aba5f791f973d6f0c947455f3b (diff) |
Start documenting the lang/ruby module.
-rw-r--r-- | share/man/man5/port-modules.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index d2abc5bee96..2addf257bb1 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.19 2008/10/22 18:15:04 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.20 2008/10/24 14:15:53 bernd Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -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: October 22 2008 $ +.Dd $Mdocdate: October 24 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -394,6 +394,9 @@ MODPY_DISTUTILS_BUILDARGS and MODPY_DISTUTILS_INSTALLARGS. Also affects CATEGORIES, MAKE_ENV, SHARED_ONLY, and SUBST_VARS. May affect the regress target. .It lang/ruby +Sets MODRUBY_REV, RUBY, MODRUBY_RUN_DEPENDS, MODRUBY_LIB_DEPENDS, +MODRUBY_LIBDIR, MODRUBY_DOCDIR, MODRUBY_EXAMPLEDIR, MODRUBY_ARCH. +Appends to BUILD_DEPENDS, RUN_DEPENDS, CATEGORIES and SUBST_VARS. .It lang/tcl Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, MODTCL_LIBDIR, MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB_DEPENDS, |