diff options
author | mbalmer <mbalmer@pkgsrc.org> | 2010-05-11 18:36:15 +0000 |
---|---|---|
committer | mbalmer <mbalmer@pkgsrc.org> | 2010-05-11 18:36:15 +0000 |
commit | ad4fedeba4dc372b55646e67a66a431f838ac47c (patch) | |
tree | 8f610556ace792d5789a1f3fca72ec61a1349796 | |
parent | 08fbd28e6d8a299e1a911b8e590522635414bb9e (diff) | |
download | pkgsrc-ad4fedeba4dc372b55646e67a66a431f838ac47c.tar.gz |
Language fix: upto date -> up to date.
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 6 | ||||
-rw-r--r-- | mk/bulk/pre-build | 4 |
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} |