From 9ca95e97a50c5e92b8d213146080256443977c51 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 15 Jun 2004 12:00:09 +0000 Subject: When sugggesting the URL from which to download make the first choice easier to cut and paste: ${DOWNLOAD} or ${ARCHIVE} rather than ${DOWNLOAD} or ${ARCHIVE} --- lang/sun-jre13/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/sun-jre13') diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index ab01fd9a6ba..7d399fc4463 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2004/05/22 21:22:59 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.22 2004/06/15 12:00:09 abs Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -60,8 +60,8 @@ _FETCH_MESSAGE= \ ${ECHO} " into:"; \ ${ECHO} " ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ ${ECHO} " from:"; \ - ${ECHO} " ${DOWNLOAD} or"; \ - ${ECHO} " ${ARCHIVE}"; \ + ${ECHO} " ${DOWNLOAD}"; \ + ${ECHO} " or ${ARCHIVE}"; \ ${ECHO} ; \ ${ECHO} " Choose 'Windows/Linux/Solaris SPARC/Solaris x86' from"; \ ${ECHO} " the '${SHORT}' column, accept the license, then choose 'Linux ";\ -- cgit v1.2.3