aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/portsearch
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-09 10:21:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-09 10:21:17 +0000
commit043f5658ce8b43a7d5ce286f0778cefdf6314e79 (patch)
tree98987f101f90092dd6ceae7c86f5f85c9e97d5c3 /Tools/scripts/portsearch
parentf296ccd76efda75c4f27b7a944d7cf31112701ba (diff)
Notes
Diffstat (limited to 'Tools/scripts/portsearch')
-rwxr-xr-xTools/scripts/portsearch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/portsearch b/Tools/scripts/portsearch
index 88cd4a6ba68e..e5390f291987 100755
--- a/Tools/scripts/portsearch
+++ b/Tools/scripts/portsearch
@@ -32,7 +32,7 @@
# of which may be empty. The fields are:
#
# distribution-name|port-path|installation-prefix|comment| \
-# description-file|maintainer|categories|build deps|run deps|www site
+# description-file|maintainer|categories|build deps|run deps|www site
use strict;
@@ -132,7 +132,7 @@ MAIN: {
@list = split(/\|/);
$match = 1;
- # All searches are case-insensitive!
+ # All searches are case-insensitive!
# For ``-d'' search both build & run depends.
# Only fail to match if not found in either.
foreach $key (keys (%opts)) {