svn commit: r352850 - head/Mk

Jung-uk Kim jkim at FreeBSD.org
Fri May 2 21:35:14 UTC 2014


Author: jkim
Date: Fri May  2 21:35:14 2014
New Revision: 352850
URL: http://svnweb.freebsd.org/changeset/ports/352850
QAT: https://qat.redports.org/buildarchive/r352850/

Log:
  Document JAVA_EXTRACT.

Modified:
  head/Mk/bsd.java.mk

Modified: head/Mk/bsd.java.mk
==============================================================================
--- head/Mk/bsd.java.mk	Fri May  2 21:21:33 2014	(r352849)
+++ head/Mk/bsd.java.mk	Fri May  2 21:35:14 2014	(r352850)
@@ -36,6 +36,9 @@ Java_Include_MAINTAINER=	java at FreeBSD.or
 # JAVA_BUILD		When set, it means that the selected JDK port should be
 #					added to build dependencies for the port.
 #
+# JAVA_EXTRACT		This variable works exactly the same as JAVA_BUILD but
+#					regarding extract dependencies.
+#
 # JAVA_RUN			This variable works exactly the same as JAVA_BUILD but
 #					regarding run dependencies.
 #


More information about the svn-ports-all mailing list