summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormbalmer <mbalmer@pkgsrc.org>2010-05-11 18:36:15 +0000
committermbalmer <mbalmer@pkgsrc.org>2010-05-11 18:36:15 +0000
commit69cbf48da514206df2cbe2c2fe366b293eeaf12f (patch)
tree8f610556ace792d5789a1f3fca72ec61a1349796 /mk
parente93d20548b43f755ea576369cee597ca323ebd0a (diff)
downloadpkgsrc-69cbf48da514206df2cbe2c2fe366b293eeaf12f.tar.gz
Language fix: upto date -> up to date.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk6
-rw-r--r--mk/bulk/pre-build4
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index 346a82e32ea..611ef0d620a 100644
--- a/mk/bulk/bsd.bulk-pkg.mk
+++ b/mk/bulk/bsd.bulk-pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.bulk-pkg.mk,v 1.150 2010/02/27 03:37:58 dmcmahill Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.151 2010/05/11 18:36:15 mbalmer Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -299,8 +299,8 @@ clean-bulk-cache:
${INDEXFILE} \
${ORDERFILE}
-# check if the $REF file is uptodate, i.e. is newer than any of
-# the pkg files; prints "1" if upto date, "0" if not.
+# check if the $REF file is up to date, i.e. is newer than any of
+# the pkg files; prints "1" if up to date, "0" if not.
.PHONY: bulk-check-uptodate
bulk-check-uptodate:
@uptodate=1; \
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index c4aaa2b2ec4..b71f470a654 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.75 2009/07/02 22:34:16 sketch Exp $
+# $NetBSD: pre-build,v 1.76 2010/05/11 18:36:15 mbalmer Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -72,7 +72,7 @@ mkdir -p "${BULKFILESDIR}"
# Make sure the pkg-vulnerabilities file is up to date
_INFO_VER=`${PKG_INFO} -V`;
-echo "pre-build> Making sure vulnerability-list is upto date:"
+echo "pre-build> Making sure vulnerability-list is up to date:"
if [ -z "$UPDATE_VULNERABILITY_LIST" -o "$UPDATE_VULNERABILITY_LIST" = yes ]; then
_PKGVULNDIR=`audit-packages ${AUDIT_PACKAGES_FLAGS} -Q PKGVULNDIR`
download-vulnerability-list ${DOWNLOAD_VULNERABILITY_LIST_FLAGS}