diff options
author | thierry <thierry@FreeBSD.org> | 2016-09-28 03:49:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-09-28 03:49:31 +0800 |
commit | b4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5 (patch) | |
tree | 158b9a91dcb93978638efcaacf0eecda62195a93 /net-im | |
parent | 2f077c9668d523779de05ee5251d40548e946667 (diff) | |
download | freebsd-ports-gnome-b4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5.tar.gz freebsd-ports-gnome-b4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5.tar.zst freebsd-ports-gnome-b4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5.zip |
Fix tox-bootstrapd.
Diffstat (limited to 'net-im')
-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 |