pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Mar 19 14:10:51 UTC 2022

Modified Files:
        pkgsrc/mk: java-vm.mk

Log Message:
mk/java-vm.mk: clean up documentation


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/mk/java-vm.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/java-vm.mk
diff -u pkgsrc/mk/java-vm.mk:1.125 pkgsrc/mk/java-vm.mk:1.126
--- pkgsrc/mk/java-vm.mk:1.125  Tue Jun 22 12:02:23 2021
+++ pkgsrc/mk/java-vm.mk        Sat Mar 19 14:10:51 2022
@@ -1,8 +1,7 @@
-# $NetBSD: java-vm.mk,v 1.125 2021/06/22 12:02:23 nia Exp $
+# $NetBSD: java-vm.mk,v 1.126 2022/03/19 14:10:51 rillig Exp $
 #
-# This Makefile fragment handles Java dependencies and make variables,
-# and is meant to be included by packages that require Java either at
-# build-time or at run-time.
+# This Makefile fragment provides a Java VM, either at build-time or at
+# run-time, depending on the package's needs.
 #
 # User-settable variables:
 #
@@ -49,6 +48,7 @@
 #
 # PKG_JVM
 #      The name of the selected Java implementation.
+#      See PKG_JVMS_ACCEPTED for the possible values.
 #
 # PKG_JAVA_HOME
 #      The directory where the JVM is installed.



Home | Main Index | Thread Index | Old Index