diff options
author | bsam <bsam@FreeBSD.org> | 2009-08-04 01:30:07 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-08-04 01:30:07 +0800 |
commit | 6c728a88f8379264e83577d9d94abbc4ceb5de12 (patch) | |
tree | 9f886c66637d25ef98cf85946e98318d621ccde9 | |
parent | 20d4b9aac3e1bbd0ce3ce96fb288415a1b478c74 (diff) | |
download | freebsd-ports-gnome-6c728a88f8379264e83577d9d94abbc4ceb5de12.tar.gz freebsd-ports-gnome-6c728a88f8379264e83577d9d94abbc4ceb5de12.tar.zst freebsd-ports-gnome-6c728a88f8379264e83577d9d94abbc4ceb5de12.zip |
Make the IGNORE message a little bit user-friendly. It puzzles even me
from time to time. :-)
-rw-r--r-- | Mk/bsd.linux-apps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk index 09907392fe02..7b2199b9b161 100644 --- a/Mk/bsd.linux-apps.mk +++ b/Mk/bsd.linux-apps.mk @@ -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 |