diff options
-rw-r--r-- | net-im/tox/Makefile | 1 | ||||
-rw-r--r-- | net-im/tox/files/tox-bootstrapd.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index f8d37420abd9..ffb19c167d2e 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.160924 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org diff --git a/net-im/tox/files/tox-bootstrapd.in b/net-im/tox/files/tox-bootstrapd.in index 8c70b89e38cd..0bfb82e8d2cf 100644 --- a/net-im/tox/files/tox-bootstrapd.in +++ b/net-im/tox/files/tox-bootstrapd.in @@ -27,7 +27,7 @@ pidfile=${tox_bootstrapd_pidfile:="$_pidprefix/tox-bootstrapd.pid"} long_name="Tox DHT bootstrap daemon." tox_bootstrapd_user="%%TOXDHT%%" command="%%PREFIX%%/bin/tox-bootstrapd" -command_args="${tox_bootstrapd_config}" +command_args="--config ${tox_bootstrapd_config}" stop_cmd=${name}_stop |