From 2ee4530136c2c24d270be82f80507fb14814bcdd Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 29 Jan 2013 16:48:02 +0000 Subject: - Fix a bug that prevents the Jingle Nodes plugin from loading (see http://community.igniterealtime.org/thread/46479) Reported by: marko.cupac@mimar.rs --- net-im/openfire/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index e51303bef68b..d5b5262e5e52 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -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}) -- cgit