diff options
author | asami <asami@FreeBSD.org> | 1996-02-07 17:54:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-07 17:54:23 +0800 |
commit | b7fcd75569451646a01826f5902b3068c7f3208c (patch) | |
tree | 99a9b616ce646536a0b585bfd5b7ebc4c2efb9d7 /Mk/bsd.port.mk | |
parent | 53dc26372be353531cce8f62ad54b576d38daa04 (diff) | |
download | freebsd-ports-gnome-b7fcd75569451646a01826f5902b3068c7f3208c.tar.gz freebsd-ports-gnome-b7fcd75569451646a01826f5902b3068c7f3208c.tar.zst freebsd-ports-gnome-b7fcd75569451646a01826f5902b3068c7f3208c.zip |
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.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f296e94e6db3..7f735065b7b5 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |