1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Make the IGNORE message a little bit user-friendly. It puzzles even me

from time to time. :-)
This commit is contained in:
Boris Samorodov 2009-08-03 17:30:07 +00:00
parent 5fe4ea566e
commit f4d516c91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238842

View File

@ -510,7 +510,7 @@ IGNORE= bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=${compon
. if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE)
IGNORE= bsd.linux-apps.mk test failed: The component ${component} is empty for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is empty)
. else
IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined)
IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s)
. endif
. endif
. endfor