mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Properly reference pkg(8) for conflcts instead of pkg_delete(1)
Reported by: Julian H. Stacey, gjb With hat: portmgr
This commit is contained in:
parent
6e7cb4e0c2
commit
6059af56b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330466
@ -189,7 +189,7 @@ check-install-conflicts:
|
||||
${ECHO_MSG} " $${entry}"; \
|
||||
done; \
|
||||
${ECHO_MSG}; \
|
||||
${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \
|
||||
${ECHO_MSG} " Please remove them first with pkg delete."; \
|
||||
exit 1; \
|
||||
fi
|
||||
.else
|
||||
@ -208,7 +208,7 @@ check-install-conflicts:
|
||||
done; \
|
||||
${ECHO_MSG}; \
|
||||
${ECHO_MSG} " They install files into the same place."; \
|
||||
${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \
|
||||
${ECHO_MSG} " Please remove them first with pkg delete."; \
|
||||
exit 1; \
|
||||
fi
|
||||
.endif # defined(DEFER_CONFLICTS_CHECK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user