diff options
author | feld <feld@FreeBSD.org> | 2015-05-13 22:28:42 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-05-13 22:28:42 +0800 |
commit | 5e7b8ccca5944c6adf9d6c83fe1436ab06171649 (patch) | |
tree | 45ab114a2c711734c971cdc8b464d3c16dff3063 /sysutils/Makefile | |
parent | ea3cf7f5ba162f5de53613b566fec2c637a77d10 (diff) | |
download | freebsd-ports-gnome-5e7b8ccca5944c6adf9d6c83fe1436ab06171649.tar.gz freebsd-ports-gnome-5e7b8ccca5944c6adf9d6c83fe1436ab06171649.tar.zst freebsd-ports-gnome-5e7b8ccca5944c6adf9d6c83fe1436ab06171649.zip |
Welcome acts to the ports tree
acts is a utility for managing Tarsnap backups which is written in plain
sh(1). This utility was praised in mwl's Tarsnap Mastery book, but was
somehow missing from our dear ports tree.
Now it's here so I can better manage my backups, and you should too!
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 a58a4e61c417..f93e97b4e71c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -15,6 +15,7 @@ SUBDIR += accountsservice SUBDIR += acpi_call SUBDIR += acpica-tools + SUBDIR += acts SUBDIR += adtool SUBDIR += afbinit SUBDIR += afflib |