diff options
author | 2008-10-24 14:15:53 +0000 | |
---|---|---|
committer | 2008-10-24 14:15:53 +0000 | |
commit | 92bc5ebaa24a88ff88972fea5c6185d7a79c7cf1 (patch) | |
tree | 6e222668471424c6b4a3b51b80a094853031bbbb | |
parent | This bugs section is not really useful. (diff) | |
download | wireguard-openbsd-92bc5ebaa24a88ff88972fea5c6185d7a79c7cf1.tar.xz wireguard-openbsd-92bc5ebaa24a88ff88972fea5c6185d7a79c7cf1.zip |
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, |