diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-13 23:42:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-13 23:42:55 +0800 |
commit | 2c637a569965dd60a9668029df06d6a4e108cff3 (patch) | |
tree | d2fe6876d3653601ac7179f98150e1103c8e2ddf /sysutils/Makefile | |
parent | 5b8f2754cdd11e495709ac999c48d71d83f370f7 (diff) | |
download | freebsd-ports-gnome-2c637a569965dd60a9668029df06d6a4e108cff3.tar.gz freebsd-ports-gnome-2c637a569965dd60a9668029df06d6a4e108cff3.tar.zst freebsd-ports-gnome-2c637a569965dd60a9668029df06d6a4e108cff3.zip |
Dupmerge reads a list of files from standard input (eg., as produced by
"find . -print") and looks securely for identical files. When it finds
two or more identical files, all but one are unlinked to reclaim the
disk space and recreated as hard links to the remaining copy.
WWW: http://sourceforge.net/projects/dupmerge
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 37ecc096abb9..549e3c7de9b3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -161,6 +161,7 @@ SUBDIR += dump9660 SUBDIR += dupfind SUBDIR += duplicity + SUBDIR += dupmerge SUBDIR += durep SUBDIR += dvd+rw-tools SUBDIR += dvdbackup |