diff options
author | agc <agc> | 2003-04-29 20:27:50 +0000 |
---|---|---|
committer | agc <agc> | 2003-04-29 20:27:50 +0000 |
commit | 2c4dd2af8263a1ae32e78e0f7a531f84ea125ebc (patch) | |
tree | bf908fcf82b82742b7665aa715374176531c1625 /mk | |
parent | 2817db8d960416570a6b4ef7e28d853de4cf92a8 (diff) | |
download | pkgsrc-2c4dd2af8263a1ae32e78e0f7a531f84ea125ebc.tar.gz |
Provide the command to remake package tools which are out of date in a
format which can be cut and pasted.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index dc64387bde1..2bfff89be3f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1173 2003/04/29 14:34:19 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1174 2003/04/29 20:27:50 agc Exp $ # # This file is in the public domain. # @@ -572,7 +572,8 @@ uptodate-pkgtools: . if ${PKGTOOLS_VERSION} < ${PKGTOOLS_REQD} PKG_FAIL_REASON+='Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions.' PKG_FAIL_REASON+='The installed package tools were last updated on ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|}.' -PKG_FAIL_REASON+='Please "${MAKE} install" in ${_PKGSRCDIR}/pkgtools/pkg_install.' +PKG_FAIL_REASON+='To fix this, use the following command:' +PKG_FAIL_REASON+=' cd ${_PKGSRCDIR}/pkgtools/pkg_install && ${MAKE} install' . endif . endif |