diff options
author | eadler <eadler@FreeBSD.org> | 2011-12-27 11:32:25 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-12-27 11:32:25 +0800 |
commit | 69e246b9bac1a559eb52ec8911b77df3d3cdc991 (patch) | |
tree | 6dc0c9ad49fd45b0aa1c2bae8e6ce6af37c39e36 /Tools | |
parent | 4da501e741c4f8325e55fb5eb10e34a63151fbe0 (diff) | |
download | freebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.tar.gz freebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.tar.zst freebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.zip |
- Remove some old duplicate words. They were getting in way of finding newer ones.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/README | 2 | ||||
-rw-r--r-- | Tools/scripts/README.portsearch | 2 | ||||
-rwxr-xr-x | Tools/scripts/modules/buildmodules.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 6813200adbef..f92c913ee816 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -161,7 +161,7 @@ portsearch - A utility for searching the ports tree. fields. This option behaves differently to the other op- tions, see the EXAMPLES section - -f file Use the index file file instead of /usr/ports/INDEX + -f file Use the index file instead of /usr/ports/INDEX All searches are case-insensitive diff --git a/Tools/scripts/README.portsearch b/Tools/scripts/README.portsearch index 1964313d68c0..e1fb6c44cf27 100644 --- a/Tools/scripts/README.portsearch +++ b/Tools/scripts/README.portsearch @@ -39,7 +39,7 @@ DESCRIPTION fields. This option behaves differently to the other op- tions, see the EXAMPLES section - -f file Use the index file file instead of /usr/ports/INDEX + -f file Use the index file instead of /usr/ports/INDEX All searches are case-insensitive diff --git a/Tools/scripts/modules/buildmodules.pl b/Tools/scripts/modules/buildmodules.pl index 66d990ab4974..572afb462be1 100755 --- a/Tools/scripts/modules/buildmodules.pl +++ b/Tools/scripts/modules/buildmodules.pl @@ -130,7 +130,7 @@ my %src_mods = (); # If a duplicate is found with CVSROOT-src/modules, rename the modname # to "ports_" + modname. # -# If a duplicate modname is is found, copy the original to DIR + modname +# If a duplicate modname is found, copy the original to DIR + modname # and continue for these modnames (and any future ones) as DIR + modname. # my %mods = (); |