diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-12-27 03:32:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-12-27 03:32:25 +0000 |
commit | 621a1828da1065265968139e8966827d42452d28 (patch) | |
tree | 08968211f740abba96e367796d5810e0ee89fa39 /Tools | |
parent | 2e8ce224859fd797a4097307ae514dde3764b9b9 (diff) | |
download | ports-621a1828da1065265968139e8966827d42452d28.tar.gz ports-621a1828da1065265968139e8966827d42452d28.zip |
Notes
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 = (); |