pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk make install doesn't work when updating pkg_install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59cf931ee7a3
branches:  trunk
changeset: 503185:59cf931ee7a3
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Tue Nov 15 18:03:40 2005 +0000

description:
make install doesn't work when updating pkg_install. Recommend make update
instead.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8bad83d82f9c -r 59cf931ee7a3 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Nov 15 17:22:40 2005 +0000
+++ b/mk/bsd.pkg.mk     Tue Nov 15 18:03:40 2005 +0000
@@ -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+='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
 



Home | Main Index | Thread Index | Old Index