diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-12-23 19:49:08 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-12-23 19:49:08 +0800 |
commit | bcd9267c17db108117b90960e92cf31be14727b4 (patch) | |
tree | edb0352b34ef51f1038084aa715b465c23770880 /Mk | |
parent | 492540bc27afd415c7384aa9f9eb8aacbd820478 (diff) | |
download | freebsd-ports-gnome-bcd9267c17db108117b90960e92cf31be14727b4.tar.gz freebsd-ports-gnome-bcd9267c17db108117b90960e92cf31be14727b4.tar.zst freebsd-ports-gnome-bcd9267c17db108117b90960e92cf31be14727b4.zip |
- add additional blank line, else the first line of the error message
is directly appended to the last line from the build output
deamon@ already fixed the typos in the error message (r404229)
PR: 203157
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/find-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Scripts/find-lib.sh b/Mk/Scripts/find-lib.sh index 4af760b63af0..7a792cfd090d 100644 --- a/Mk/Scripts/find-lib.sh +++ b/Mk/Scripts/find-lib.sh @@ -8,6 +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 >&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 |