diff options
author | abs <abs@pkgsrc.org> | 2004-06-15 12:00:09 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-15 12:00:09 +0000 |
commit | e8ddfaf3ad6295159c9bef5e6e8a941e174969a2 (patch) | |
tree | 28ebed51ac74196d7f5b294729fda1cf0d1e92aa /lang/sun-jre13 | |
parent | 8fab3cd1c9a4aaad275bc0d88913e4a863585f1a (diff) | |
download | pkgsrc-e8ddfaf3ad6295159c9bef5e6e8a941e174969a2.tar.gz |
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}
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
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 ";\ |