svn commit: r419366 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 31 12:40:44 UTC 2016


Author: bapt
Date: Sun Jul 31 12:40:43 2016
New Revision: 419366
URL: https://svnweb.freebsd.org/changeset/ports/419366

Log:
  Add a new "@javavm" keyword to handle the (un)registration of the JavaVM

Added:
  head/Keywords/javavm.ucl   (contents, props changed)

Added: head/Keywords/javavm.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/javavm.ucl	Sun Jul 31 12:40:43 2016	(r419366)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINAINER: java at FreeBSD.org
+
+actions: []
+post-install: <<EOD
+    registervm %@
+EOD
+pre-deinstall: <<EOD
+    unregistervm %@
+EOD


More information about the svn-ports-head mailing list