summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2006-10-18 12:53:54 +0000
committerobache <obache>2006-10-18 12:53:54 +0000
commitd0e92886f9e0226a8221b9a617d2e74c4e9e2a5e (patch)
tree5e0dd5066ef42d0b76e237e91d97ecc8f91f5dcf /lang
parentfdc0f2735c5cef9c7a48a33f037631696a0a41fa (diff)
downloadpkgsrc-d0e92886f9e0226a8221b9a617d2e74c4e9e2a5e.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.common6
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}" \
"" \