summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-05-12 13:08:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-05-12 13:08:34 +0000
commit73280a685d51f76852bf70e1e919ad1267f0f927 (patch)
treef9236040b3d12425a853e7c8be5492a7ed5a77a2 /share
parente09ad9f54eb9c909b7afd3e45eb5552145ef5924 (diff)
tweak previous;
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/port-modules.59
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 5373bfd2409..68a70e5b2aa 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.5 2008/05/12 10:48:09 espie Exp $
+.\" $OpenBSD: port-modules.5,v 1.6 2008/05/12 13:08:33 jmc Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -357,8 +357,8 @@ This module is documented in the main
manpage.
.It java
Set MODJAVA_VER=x.y to use exactly the jdk x.y, MODJAVA_VER=x.y+ to
-use any x.y or higher version. Set MODJAVA_JRERUN=Yes if the port only
-needs the jre at runtime.
+use any x.y or higher version.
+Set MODJAVA_JRERUN=Yes if the port only needs the jre at runtime.
The module sets JAVA_HOME, ONLY_FOR_ARCHS, MODJAVA_RUN_DEPENDS, and
appends to BUILD_DEPENDS and RUN_DEPENDS.
It heeds NO_BUILD.
@@ -367,7 +367,7 @@ Sets ONLY_FOR_ARCHS, MODGHC_VERSION, BUILD_DEPENDS, and RUN_DEPENDS.
.It lang/ocaml
Sets OCAML_VERSIOn, MODOCAM_NATIVE.
Appends to BUILD_DEPENDS and MAKE_ENV.
-This also selects a %%native%% plist fragment depending whether
+This also selects a %%native%% plist fragment depending on whether
the arch supports native compilation or not.
.It lang/python
.It lang/ruby
@@ -378,7 +378,6 @@ manpage.
.It www/pear
.It www/zope
.El
-.Pp
.Sh SEE ALSO
.Xr make 1 ,
.Xr bsd.port.mk 5 ,