diff options
author | abs <abs> | 2004-06-15 12:00:09 +0000 |
---|---|---|
committer | abs <abs> | 2004-06-15 12:00:09 +0000 |
commit | 9ca95e97a50c5e92b8d213146080256443977c51 (patch) | |
tree | 28ebed51ac74196d7f5b294729fda1cf0d1e92aa /lang | |
parent | 248415fa2fb3d600f93aa4f0f14310364ce979e2 (diff) | |
download | pkgsrc-9ca95e97a50c5e92b8d213146080256443977c51.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')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 6 | ||||
-rw-r--r-- | lang/sun-jre14/Makefile.common | 6 |
2 files changed, 6 insertions, 6 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 ";\ 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 ";\ |