summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-08-31 20:33:57 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-08-31 20:33:57 +0000
commitbe74bbfb72b8554494dff01fd276e35f3b3d9733 (patch)
treefb25688823d0027b25f946d4b1528d96933d0d91 /share/man
parent765bc1b5fffe5b0e2f82f824bc4a91bba12073cc (diff)
sync after recent java.port.mk changes
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/port-modules.512
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index d0f8b93d96e..d9ca286ee78 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.94 2011/08/30 17:16:48 jasper Exp $
+.\" $OpenBSD: port-modules.5,v 1.95 2011/08/31 20:33:56 jasper 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: August 30 2011 $
+.Dd $Mdocdate: August 31 2011 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -441,8 +441,12 @@ manpage.
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.
-The module sets JAVA_HOME, ONLY_FOR_ARCHS, MODJAVA_RUN_DEPENDS, and
-appends to BUILD_DEPENDS, RUN_DEPENDS and CATEGORIES.
+The module sets JAVA_HOME, ONLY_FOR_ARCHS, MODJAVA_RUN_DEPENDS,
+MODJAVA_SHARE_DIR, MODJAVA_JAR_DIR, MODJAVA_EXAMPLE_DIR and MODJAVA_DOC_DIR.
+It appends to BUILD_DEPENDS, RUN_DEPENDS and CATEGORIES.
+If MODJAVA_BUILD=ant then this module provides MODJAVA_BUILD_DIR,
+MODJAVA_BUILD_FILE and MODJAVA_BUILD_TARGET, as well as providing a do-build
+target (if not already defined).
It heeds NO_BUILD.
.It lang/ghc
Sets ONLY_FOR_ARCHS, MODGHC_VER, BUILD_DEPENDS, and RUN_DEPENDS.