mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix typo in message.
This commit is contained in:
parent
5afc3d7e2e
commit
efa42a5fc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404229
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ -z "${LIB_DIRS}" -o -z "${LOCALBASE}" ]; then
|
|||
fi
|
||||
|
||||
if [ -f /usr/share/misc/magic.mime -o -f /usr/share/misc/magic.mime.mgc ]; then
|
||||
echo "Either /usr/share/misc/magic.mime or /usr/share/misc/mime.magic.mgc exist and must be removed." >&2
|
||||
echo "Either /usr/share/misc/magic.mime or /usr/share/misc/magic.mime.mgc exist and must be removed." >&2
|
||||
echo "These are legacy files from an older release and may safely be deleted." >&2
|
||||
echo "Please see UPDATING 20150213 for more details." >&2
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue