diff options
author | marino <marino@FreeBSD.org> | 2014-11-09 20:05:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-09 20:05:46 +0800 |
commit | 5070672073b68be364139bc6b3a89100bd17d331 (patch) | |
tree | e2539719980da0d8dd13f24d5118af284d927b2f /sysutils/Makefile | |
parent | b1ffc4b53f851f83dd64fb867914b4f8f7990078 (diff) | |
download | freebsd-ports-gnome-5070672073b68be364139bc6b3a89100bd17d331.tar.gz freebsd-ports-gnome-5070672073b68be364139bc6b3a89100bd17d331.tar.zst freebsd-ports-gnome-5070672073b68be364139bc6b3a89100bd17d331.zip |
Add new port sysutils/rcm
PR: 194248
Submitted by: Leonardo Brondani Schenkel
The rcm suite of tools is for managing dotfiles directories. This is a
directory containing all the .*rc files in your home directory (.zshrc,
.vimrc, and so on). These files have gone by many names in history, such as
"rc files" because they typically end in rc or "dotfiles" because they begin
with a period.
This suite is useful for committing your rc files to a central repository
to share, but it also scales to a more complex situation such as multiple
source directories shared between computers with some host-specific or
task-specific files.
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 de9f9abffb2d..0696326c42be 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -762,6 +762,7 @@ SUBDIR += raincoat SUBDIR += rcadm SUBDIR += rclean + SUBDIR += rcm SUBDIR += rdate SUBDIR += rdiff-backup SUBDIR += rdiff-backup-devel |