summaryrefslogtreecommitdiff
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-08-10 05:39:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-08-10 05:39:57 +0000
commitff7f1257bfe9977013d3c73b4cd0997aca72e5f4 (patch)
treed0ddf54cbe8ed1dd693e2c692551d1f3d6d5c924 /Tools/portbuild
parentUpdate to 1.371 (diff)
Correct some misleading documentation.
Notes
Notes: svn path=/head/; revision=259054
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/dopackages6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/dopackages b/Tools/portbuild/scripts/dopackages
index b076d49c5f6c..4df28ea71049 100755
--- a/Tools/portbuild/scripts/dopackages
+++ b/Tools/portbuild/scripts/dopackages
@@ -592,7 +592,7 @@ if [ "$skipstart" = 0 ]; then
if [ "$incremental" = 1 ]; then
- # Copy back in the restricted ports that were saved after the
+ # Copy back in the restricted packages that were saved after the
# previous build
if [ -d ${builddir}/bak/restricted/ ]; then
cd ${builddir}/bak/restricted
@@ -608,8 +608,8 @@ if [ "$skipstart" = 0 ]; then
cd ${olderrors} && find . -name \*.log\* | cpio -dumpl ${newerrors}
fi
- # Identify the ports that have changed and need to be removed
- # before rebuilding
+ # Identify the ports that have changed and thus whose packages
+ # need to be removed before rebuilding
cd ${PORTSDIR}
if [ -f ${INDEXFILE}.old ]; then
cut -f 1,2,3,8,9,11,12,13 -d \| ${INDEXFILE}.old | sort > ${INDEXFILE}.old1