aboutsummaryrefslogtreecommitdiff
path: root/net-im/jicofo
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-29 05:14:45 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-29 05:14:45 +0000
commit4e52d52bb35a2ae6ba242ea83e17075a5327ce6d (patch)
tree435dffca4befe27dc49afa09dfb0f8222b94b272 /net-im/jicofo
parent75f4d30f3ed6a795167dcba69d231fafd7b2ddec (diff)
downloadports-4e52d52bb35a2ae6ba242ea83e17075a5327ce6d.tar.gz
ports-4e52d52bb35a2ae6ba242ea83e17075a5327ce6d.zip
- Fix configuration path into rc script
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=533313
Diffstat (limited to 'net-im/jicofo')
-rw-r--r--net-im/jicofo/Makefile1
-rw-r--r--net-im/jicofo/files/jicofo.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile
index 15ac4b5dec46..16e6079ed42f 100644
--- a/net-im/jicofo/Makefile
+++ b/net-im/jicofo/Makefile
@@ -2,6 +2,7 @@
PORTNAME= jicofo
DISTVERSION= 1.0-555
+PORTREVISION= 1
CATEGORIES= net-im java
MAINTAINER= acm@FreeBSD.org
diff --git a/net-im/jicofo/files/jicofo.in b/net-im/jicofo/files/jicofo.in
index e70634869fa5..ed143d96f04e 100644
--- a/net-im/jicofo/files/jicofo.in
+++ b/net-im/jicofo/files/jicofo.in
@@ -15,7 +15,7 @@
name="jicofo"
rcvar=${name}_enable
-jicofo_env_file="/usr/local/etc/jicofo.conf"
+jicofo_env_file="%%LOCALBASE%%/etc/jitsi/jicofo/jicofo.conf"
jicofo_jar="%%JAVAJARDIR%%/jicofo.jar"
jicofo_logging_config="%%DATADIR%%/lib/logging.properties"