diff options
author | obache <obache@pkgsrc.org> | 2006-10-18 12:53:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-18 12:53:54 +0000 |
commit | f80343a7e980d1692789f6d0e1607e91b68a3a99 (patch) | |
tree | 5e0dd5066ef42d0b76e237e91d97ecc8f91f5dcf /lang | |
parent | 43de251dba8981fba1466ddb62e90de56742e8db (diff) | |
download | pkgsrc-f80343a7e980d1692789f6d0e1607e91b68a3a99.tar.gz |
Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch from
MASTER_SITE_BACKUP.
Diffstat (limited to 'lang')
-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 a135636ba9b..d557c09538f 100644 --- a/lang/sun-jre14/Makefile.common +++ b/lang/sun-jre14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/10/09 07:24:06 joerg Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/10/18 12:53:54 obache Exp $ CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -40,12 +40,12 @@ DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif -_FETCH_MESSAGE= \ +FETCH_MESSAGE= \ "The file ${DISTNAME}${EXTRACT_SUFX} containing:" \ " ${COMMENT}" \ "must be fetched into:" \ " {DISTDIR}" \ - "from:"; \ + "from:" \ " ${DOWNLOAD}" \ " or ${ARCHIVE}" \ "" \ |