aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-12 07:52:44 +0800
committerkris <kris@FreeBSD.org>2004-06-12 07:52:44 +0800
commit88b3d298f48f92cde48ca20e03790d98f8a267f7 (patch)
treedf38834c410c1c153d13e4548b351b3be28c1f38 /Makefile
parent2ea4434b1e03200b92b6d8619711a15575303fb9 (diff)
downloadfreebsd-ports-gnome-88b3d298f48f92cde48ca20e03790d98f8a267f7.tar.gz
freebsd-ports-gnome-88b3d298f48f92cde48ca20e03790d98f8a267f7.tar.zst
freebsd-ports-gnome-88b3d298f48f92cde48ca20e03790d98f8a267f7.zip
Be more explicit about INDEX builds not being supported with partial
or out-of-date ports collections.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 785f21b93264..bdf840091c87 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \