diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-06 10:56:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-06 10:56:34 +0000 |
commit | db08ae2c9e44911a0c010d2477d1c230245aad55 (patch) | |
tree | eb06e8f4fd0a4b64edf0dd4d57bc2dd2310d4d3a | |
parent | d1219214d7b7694ebb3d143720c1dd54c50465de (diff) |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -652,3 +652,4 @@ news/pan|news/pan2|2003-11-03|Stable release can be found in news/pan2 misc/solfege|audio/solfege|2003-11-05|better category print/pktrace|print/mftrace|2003-11-05|program renamed databases/mysql-jdbc-mm|databases/mysql-connector-java|2003-11-05|renamed +sysutils/prune|sysutils/fileprune|2003-11-06|renamed because of conflict with graphviz diff --git a/sysutils/Makefile b/sysutils/Makefile index 0c4512ddbfbd..56aed78c46d4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -97,6 +97,7 @@ SUBDIR += file SUBDIR += filedupe SUBDIR += filelight + SUBDIR += fileprune SUBDIR += fileutils SUBDIR += finfo SUBDIR += flasher @@ -245,7 +246,6 @@ SUBDIR += portupgrade SUBDIR += prips SUBDIR += procmap - SUBDIR += prune SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack |