summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorkristerw <kristerw>2007-04-01 19:02:14 +0000
committerkristerw <kristerw>2007-04-01 19:02:14 +0000
commit56e9ab41fe740e1f8e6dce7031b5f5008d75baac (patch)
tree46f82a87d3b0ce51ede12873a722d97edb1c2c41 /mk/bsd.pkg.mk
parent2f915274f1c31187b66786abd32c1e9fb6f8a627 (diff)
downloadpkgsrc-56e9ab41fe740e1f8e6dce7031b5f5008d75baac.tar.gz
Fix quoting issue that gave syntax error when printing the message
that new package tools are needed.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index fbc889f365b..916e6d58637 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1909 2007/03/02 06:01:44 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1910 2007/04/01 19:02:14 kristerw Exp $
#
# This file is in the public domain.
#
@@ -132,7 +132,7 @@ PKG_FAIL_REASON+= "This package doesn't support PKG_INSTALLATION_TYPE=${PKG_INST
PKG_FAIL_REASON+='The package tools installed on this system are out of date.'
PKG_FAIL_REASON+='The installed package tools are dated ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|} and you must'
PKG_FAIL_REASON+='update them to at least ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} using the following command:'
-PKG_FAIL_REASON+=''
+PKG_FAIL_REASON+=' '
PKG_FAIL_REASON+=' (cd ${PKGSRCDIR}/pkgtools/pkg_install && ${MAKE} clean && ${MAKE} update)'
. endif
.endif # !NO_PKGTOOLS_REQD_CHECK