summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorgavan <gavan@pkgsrc.org>2005-11-15 18:03:40 +0000
committergavan <gavan@pkgsrc.org>2005-11-15 18:03:40 +0000
commit4cdf73d5cab11e4a7469b15fcb007a80b3838a3e (patch)
treea5f000c804faeb286574d572518f296df0c8c0a3 /mk/bsd.pkg.mk
parent486ce747518946237026b947b95478833abf8142 (diff)
downloadpkgsrc-4cdf73d5cab11e4a7469b15fcb007a80b3838a3e.tar.gz
make install doesn't work when updating pkg_install. Recommend make update
instead.
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 534137cc77e..d6047ce56df 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1749 2005/11/15 16:29:10 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1750 2005/11/15 18:03:40 gavan Exp $
#
# This file is in the public domain.
#
@@ -225,7 +225,7 @@ PKG_FAIL_REASON+='Error: The package tools installed on this system are out of d
PKG_FAIL_REASON+='The installed package tools are dated ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|} and you must update'
PKG_FAIL_REASON+='them to at least ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} using the following command:'
PKG_FAIL_REASON+=''
-PKG_FAIL_REASON+=' cd ${PKGSRCDIR}/pkgtools/pkg_install && ${MAKE} clean && ${MAKE} install'
+PKG_FAIL_REASON+=' cd ${PKGSRCDIR}/pkgtools/pkg_install && ${MAKE} clean && ${MAKE} update'
. endif
.endif # !NO_PKGTOOLS_REQD_CHECK