svn commit: r354758 - head/net-im/openfire

Matthias Andree mandree at FreeBSD.org
Wed May 21 18:49:16 UTC 2014


Author: mandree
Date: Wed May 21 18:49:16 2014
New Revision: 354758
URL: http://svnweb.freebsd.org/changeset/ports/354758
QAT: https://qat.redports.org/buildarchive/r354758/

Log:
  Fix installation with PLUGINS=off config, correcting pkg-plist.
  
  PR:		190080
  Submitted by:	Ryan Frederick <ryanrfrederick at gmail.com>
  Approved by:	gahr (maintainer)

Modified:
  head/net-im/openfire/pkg-plist

Modified: head/net-im/openfire/pkg-plist
==============================================================================
--- head/net-im/openfire/pkg-plist	Wed May 21 18:26:53 2014	(r354757)
+++ head/net-im/openfire/pkg-plist	Wed May 21 18:49:16 2014	(r354758)
@@ -187,8 +187,8 @@
 %%DATADIR%%/plugins/admin/webapp/style/lightbox.css
 %%DATADIR%%/plugins/admin/webapp/style/login.css
 %%DATADIR%%/plugins/admin/webapp/style/setup.css
-%%DATADIR%%/plugins/jitsivideobridge.jar
-%%DATADIR%%/plugins/rayo.jar
+%%PLUGINS%%%%DATADIR%%/plugins/jitsivideobridge.jar
+%%PLUGINS%%%%DATADIR%%/plugins/rayo.jar
 %%PLUGINS%%%%DATADIR%%/plugins/fastpath.jar
 %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar
 %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar


More information about the svn-ports-all mailing list