diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-07-14 13:59:26 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-07-14 14:01:55 +0000 |
| commit | 4214b7bd8532887f48d0a94c13b8020dc22e16fb (patch) | |
| tree | b0d3f11faaa89cf2f28718917a9a2d039ba2532f /Tools/scripts | |
| parent | 335711ead96e8326c25911b205b3a47c72f93a65 (diff) | |
Diffstat (limited to 'Tools/scripts')
| -rwxr-xr-x | Tools/scripts/rmport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index 8847d6a55ac6..9f90e01b900e 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -127,7 +127,7 @@ find_expired() # check if some ports depend on the given port # XXX Very Little Chance (tm) for breaking INDEX exists: -# /usr/ports/INDEX may be outdated and not contain recently added dependencies +# INDEX may be outdated and not contain recently added dependencies check_dep_core() { catport=${1} |
