diff options
author | swills <swills@FreeBSD.org> | 2015-04-06 06:20:52 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-06 06:20:52 +0800 |
commit | 9cfddcc8b6016757fd857caa798c4ce84ae3b7b5 (patch) | |
tree | 12cf2e0a8ce591d57c02e353be39c137facf198e /net | |
parent | 8eff9f37aae3003cb57543532a29f0d3698952a8 (diff) | |
download | freebsd-ports-gnome-9cfddcc8b6016757fd857caa798c4ce84ae3b7b5.tar.gz freebsd-ports-gnome-9cfddcc8b6016757fd857caa798c4ce84ae3b7b5.tar.zst freebsd-ports-gnome-9cfddcc8b6016757fd857caa798c4ce84ae3b7b5.zip |
net/syncthing: fix comment on syncthing dir
Reported by: peter
Pointhat to: swills
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 1 | ||||
-rw-r--r-- | net/syncthing/files/syncthing.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 3a42c66d040f..9a240eec67d5 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -3,6 +3,7 @@ PORTNAME= syncthing PORTVERSION= 0.10.30 +PORTREVISION= 1 CATEGORIES= net DISTVERSIONPREFIX= v diff --git a/net/syncthing/files/syncthing.in b/net/syncthing/files/syncthing.in index 9dca8ee13f1b..f6de2daa9ebb 100644 --- a/net/syncthing/files/syncthing.in +++ b/net/syncthing/files/syncthing.in @@ -16,7 +16,7 @@ # syncthing_group (group): Set group to run syncthing. # Default is "syncthing". # syncthing_dir (dir): Set dir to run syncthing in. -# Default is "/var/tmp/syncthing". +# Default is "/var/db/syncthing". . /etc/rc.subr |