pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre14 Change _FETCH_MESSAGE to FETCH_MESSAGE ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d720e29a5d43
branches:  trunk
changeset: 520271:d720e29a5d43
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 18 12:53:54 2006 +0000

description:
Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch from
MASTER_SITE_BACKUP.

diffstat:

 lang/sun-jre14/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d324536ef659 -r d720e29a5d43 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Wed Oct 18 12:17:36 2006 +0000
+++ b/lang/sun-jre14/Makefile.common    Wed Oct 18 12:53:54 2006 +0000
@@ -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_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}"                                             \
        ""                                                              \



Home | Main Index | Thread Index | Old Index