mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix a bug that prevents the Jingle Nodes plugin from loading
(see http://community.igniterealtime.org/thread/46479) Reported by: marko.cupac@mimar.rs
This commit is contained in:
parent
97f862b4a3
commit
5acc2cb832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311172
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= openfire
|
||||
PORTVERSION= 3.7.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im java
|
||||
MASTER_SITES= http://download.igniterealtime.org/openfire/
|
||||
@ -35,6 +35,11 @@ VARDB= /var/db/openfire
|
||||
USERS= openfire
|
||||
GROUPS= ${USERS}
|
||||
|
||||
post-patch:
|
||||
(cd ${WRKSRC} && ${MV} \
|
||||
./src/plugins/jingleNodes/src/i18n/jingleNodes_i18n.properties \
|
||||
./src/plugins/jingleNodes/src/i18n/jinglenodes_i18n.properties)
|
||||
|
||||
do-install:
|
||||
|
||||
(cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${JAVAJARDIR})
|
||||
|
Loading…
Reference in New Issue
Block a user