mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Mention "make reinstall" in the message that gets printed out when
/var/db/pkg/${PKGNAME} exists. ("make install" will do nothing because this is not a critical error and the installation is treated as successful.) Closes PR 870.
This commit is contained in:
parent
05a7b89832
commit
90dc44709f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2688
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.189 1995/12/07 14:11:29 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.190 1996/02/06 21:25:23 ache Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -1172,7 +1172,7 @@ fake-pkg:
|
||||
else \
|
||||
${ECHO_MSG} "===> ${PKGNAME} is already installed - perhaps an older version?"; \
|
||||
${ECHO_MSG} " If so, you may wish to \`\`pkg_delete ${PKGNAME}'' and install"; \
|
||||
${ECHO_MSG} " this port again to upgrade it properly."; \
|
||||
${ECHO_MSG} " this port again by \`\`make reinstall'' to upgrade it properly."; \
|
||||
fi
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user