diff options
author | agc <agc@pkgsrc.org> | 2003-04-29 20:27:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-04-29 20:27:50 +0000 |
commit | 004fc67e75296df17898b93b35f88a278892d48f (patch) | |
tree | bf908fcf82b82742b7665aa715374176531c1625 /mk | |
parent | cf9ba8a084a894540e5a8c25e6e255a08e28fca1 (diff) | |
download | pkgsrc-004fc67e75296df17898b93b35f88a278892d48f.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 |