diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 14:30:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 14:30:28 +0800 |
commit | fab4b9133ea3d7cedb24d8550289deea8a0b7068 (patch) | |
tree | a3c632e01d6658b29bccffd24ba4e44591ddce02 /sysutils/Makefile | |
parent | 24090d941bb01688527ba6c695083a5601db471e (diff) | |
download | freebsd-ports-gnome-fab4b9133ea3d7cedb24d8550289deea8a0b7068.tar.gz freebsd-ports-gnome-fab4b9133ea3d7cedb24d8550289deea8a0b7068.tar.zst freebsd-ports-gnome-fab4b9133ea3d7cedb24d8550289deea8a0b7068.zip |
New port: kdirstat - A small KDE utility that sums up disk usage for direcory trees
KDirStat (for KDE Directory Statistics) is a small utility
program that sums up disk usage for direcory trees. Its
functionality is similar to the Unix du command, but it
provides more helpful diagnostic information. KDirStat also
features some built-in cleanup facilities and the ability
to include your own cleanup commands or scripts.
PR: ports/39854
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
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 37fc26f6528a..6f81574a50e7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -114,6 +114,7 @@ SUBDIR += jailutils SUBDIR += kcpuload SUBDIR += kdeadmin3 + SUBDIR += kdirstat SUBDIR += lavaps SUBDIR += lcdproc SUBDIR += lfm |