pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Back out bikeshed material added in rev. 1.1371



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d177e2fed28e
branches:  trunk
changeset: 467715:d177e2fed28e
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Feb 05 17:20:46 2004 +0000

description:
Back out bikeshed material added in rev. 1.1371

diffstat:

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

diffs (18 lines):

diff -r 68f55614c4ab -r d177e2fed28e mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Feb 05 16:04:49 2004 +0000
+++ b/mk/bsd.pkg.mk     Thu Feb 05 17:20:46 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1372 2004/02/05 07:37:48 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1373 2004/02/05 17:20:46 hubertf Exp $
 #
 # This file is in the public domain.
 #
@@ -2562,7 +2562,7 @@
        if [ "$$found" != "" ]; then                                    \
                ${ECHO_MSG} "${_PKGSRC_IN}> $$found is already installed - perhaps an older version?"; \
                ${ECHO_MSG} "*** If so, you may use either of:"; \
-               ${ECHO_MSG} "***  - \"${MAKE} deinstall\" and \"${MAKE} reinstall\" to upgrade properly"; \
+               ${ECHO_MSG} "***  - \"pkg_delete $$found\" and \"${MAKE} reinstall\" to upgrade properly"; \
                ${ECHO_MSG} "***  - \"${MAKE} update\" to rebuild the package and all of its dependencies"; \
                ${ECHO_MSG} "***  - \"${MAKE} replace\" to replace only the package without re-linking"; \
                ${ECHO_MSG} "***    dependencies, risking various problems."; \



Home | Main Index | Thread Index | Old Index