From e8ddfaf3ad6295159c9bef5e6e8a941e174969a2 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 +++--- lang/sun-jre14/Makefile.common | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lang') 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 ";\ diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common index c9f7c13d80f..4c5ab89cb31 100644 --- a/lang/sun-jre14/Makefile.common +++ b/lang/sun-jre14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/05/22 21:32:34 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/06/15 12:00:09 abs Exp $ CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -47,8 +47,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 '32-bit/64-bit for Windows/Linux/Solaris SPARC' from"; \ ${ECHO} " the '${SHORT}' column, accept the license, then choose 'Linux ";\ -- cgit v1.2.3