summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>2003-04-29 14:34:19 +0000
committeragc <agc>2003-04-29 14:34:19 +0000
commit33bc97085de23dfdb7c586f499696b272f861178 (patch)
tree0d11ba1987544536abccef1e78407d8cf33527d6 /mk
parentf0ae9a10c9bfc362d807cae2bff1d557f7c9c6b3 (diff)
downloadpkgsrc-33bc97085de23dfdb7c586f499696b272f861178.tar.gz
Use the full pathname for the pkg_install package directory when
giving instructions on how to get up-to-date pkg_install tools. Fix from Jonathan Perkin in PR 21277.
Diffstat (limited to '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 1a02fc5a2a9..dc64387bde1 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1172 2003/04/25 20:05:18 jmmv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1173 2003/04/29 14:34:19 agc Exp $
#
# This file is in the public domain.
#
@@ -572,7 +572,7 @@ 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 ../../pkgtools/pkg_install.'
+PKG_FAIL_REASON+='Please "${MAKE} install" in ${_PKGSRCDIR}/pkgtools/pkg_install.'
. endif
. endif