1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix typo in message.

This commit is contained in:
Dmitry Sivachenko 2015-12-22 12:56:28 +00:00
parent 5afc3d7e2e
commit efa42a5fc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404229

View File

@ -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