diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-05-21 18:49:16 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-05-21 18:49:16 +0000 |
commit | e17751e9cf23008a5203ba54f073d65a4d09aab4 (patch) | |
tree | 6d6fed0ca846c69b8cc1bb6aa4eaecfe9b578a92 /net-im/openfire/pkg-plist | |
parent | ddd0da12df20088136d636dd4e098dede735c842 (diff) | |
download | ports-e17751e9cf23008a5203ba54f073d65a4d09aab4.tar.gz ports-e17751e9cf23008a5203ba54f073d65a4d09aab4.zip |
Fix installation with PLUGINS=off config, correcting pkg-plist.
PR: 190080
Submitted by: Ryan Frederick <ryanrfrederick@gmail.com>
Approved by: gahr (maintainer)
Notes
Notes:
svn path=/head/; revision=354758
Diffstat (limited to 'net-im/openfire/pkg-plist')
-rw-r--r-- | net-im/openfire/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index 2f88117600e1..dbfcaf1763db 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -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 |