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 | dcea7cb8d2183f7b0ed1801c71454a58cb69627e (patch) | |
tree | 28ebed51ac74196d7f5b294729fda1cf0d1e92aa /lang/sun-jre14 | |
parent | 1097308647482bbf69c850737a58791150534121 (diff) | |
download | pkgsrc-dcea7cb8d2183f7b0ed1801c71454a58cb69627e.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-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
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 ";\ |