aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-08-10 13:39:57 +0800
committerlinimon <linimon@FreeBSD.org>2010-08-10 13:39:57 +0800
commit40c92b376c37679c0aa7a0d13a1fdabf4e86aa87 (patch)
treec40d8111d86c4f27118d02140ba7c6a5da071132 /Tools
parentfe34cfd0d9ad06818d578e412c70d23e11796455 (diff)
downloadfreebsd-ports-gnome-40c92b376c37679c0aa7a0d13a1fdabf4e86aa87.tar.gz
freebsd-ports-gnome-40c92b376c37679c0aa7a0d13a1fdabf4e86aa87.tar.zst
freebsd-ports-gnome-40c92b376c37679c0aa7a0d13a1fdabf4e86aa87.zip
Correct some misleading documentation.
Diffstat (limited to 'Tools')
-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