diff options
author | feld <feld@FreeBSD.org> | 2014-06-10 03:31:27 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-06-10 03:31:27 +0800 |
commit | 3b4a5c03f10ec6d5ef76b9e7243440072033f7a3 (patch) | |
tree | 97bbda640126bd5247836ff8bb7afbf1baf6debe /sysutils/Makefile | |
parent | f75a07414f9ed1894f1ac6c9780fbcceabb0a8af (diff) | |
download | freebsd-ports-gnome-3b4a5c03f10ec6d5ef76b9e7243440072033f7a3.tar.gz freebsd-ports-gnome-3b4a5c03f10ec6d5ef76b9e7243440072033f7a3.tar.zst freebsd-ports-gnome-3b4a5c03f10ec6d5ef76b9e7243440072033f7a3.zip |
New port: sysutils/clsync
clsync is a utility that initatiates automatic rsync transfers after
detection of filesystem changes
Caution: port may have rough edges. Its FreeBSD support is very new.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 327173f99f29..63e5522645d6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -119,6 +119,7 @@ SUBDIR += clone SUBDIR += clonehdd SUBDIR += cloop-utils + SUBDIR += clsync SUBDIR += cmdwatch SUBDIR += cmogstored SUBDIR += cmospwd |