aboutsummaryrefslogtreecommitdiff
path: root/net-im/openfire/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/openfire/Makefile')
-rw-r--r--net-im/openfire/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile
index 906439742787..e96b72a7edf4 100644
--- a/net-im/openfire/Makefile
+++ b/net-im/openfire/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openfire
PORTVERSION= 3.7.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-im java
MASTER_SITES= http://www.igniterealtime.org/downloadServlet?filename=openfire/
@@ -39,7 +40,8 @@ GROUPS= ${USERS}
do-install:
- (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${JAVAJARDIR})
+ (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${JAVAJARDIR})
+ (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 log4j.xml ${JAVAJARDIR})
${MKDIR} ${DATADIR}
${MKDIR} ${VARLOG}