aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-01-29 16:48:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-01-29 16:48:02 +0000
commit5acc2cb8324f5606a29482e89eda2e9abf92f0fe (patch)
tree28081880b2b8316c001645c53654b7b78b987855 /net-im
parent97f862b4a35a0e40c9cdbda2634ccd0a324ee4fe (diff)
downloadports-5acc2cb8324f5606a29482e89eda2e9abf92f0fe.tar.gz
ports-5acc2cb8324f5606a29482e89eda2e9abf92f0fe.zip
Notes
Diffstat (limited to 'net-im')
-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})