aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-im/openfire/Makefile7
1 files changed, 6 insertions, 1 deletions
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})