svn commit: r348869 - head/graphics/aoi/files

Rusmir Dusko nemysis at FreeBSD.org
Sun Mar 23 16:42:51 UTC 2014


Author: nemysis
Date: Sun Mar 23 16:42:51 2014
New Revision: 348869
URL: http://svnweb.freebsd.org/changeset/ports/348869
QAT: https://qat.redports.org/buildarchive/r348869/

Log:
  - Change files/aoi.in, remove -Djava.ext.dirs="%%DATADIR%%"

Modified:
  head/graphics/aoi/files/aoi.in

Modified: head/graphics/aoi/files/aoi.in
==============================================================================
--- head/graphics/aoi/files/aoi.in	Sun Mar 23 16:22:22 2014	(r348868)
+++ head/graphics/aoi/files/aoi.in	Sun Mar 23 16:42:51 2014	(r348869)
@@ -5,4 +5,4 @@
 export JAVA_VERSION="%%JAVA_VERSION%%"
 
 cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
--Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}"
+-jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}"


More information about the svn-ports-head mailing list