diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-11 23:52:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-11 23:52:44 +0000 |
commit | 92bcd8f60964c59c2a92f4a12de5a5aac37b1c8b (patch) | |
tree | a1fabc4752ecd1f1d7b3c5df265d5affb8158fc6 /Makefile | |
parent | c600a14649342a7b78f779d5c03bae66a6c3d6b9 (diff) | |
download | ports-92bcd8f60964c59c2a92f4a12de5a5aac37b1c8b.tar.gz ports-92bcd8f60964c59c2a92f4a12de5a5aac37b1c8b.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -99,10 +99,11 @@ ${.CURDIR}/${INDEXFILE}: echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ - echo "have a complete and up-to-date ports collection. If so, then report"; \ - echo "the failure to ports@FreeBSD.org together with relevant details of"; \ - echo "your ports configuration (including FreeBSD version, environment and"; \ - echo "/etc/make.conf settings)."; \ + echo "have a complete and up-to-date ports collection (INDEX builds are"; \ + echo "not supported with partial or out-of-date ports collections). If"; \ + echo "so, then report the failure to ports@FreeBSD.org together with"; \ + echo "relevant details of your ports configuration (including FreeBSD"; \ + echo "version, environment and /etc/make.conf settings)."; \ echo "********************************************************************"; \ echo; \ fi; \ |