pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/i386-netbsdpe Fix path on mastersite.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28ed3f6c4523
branches:  trunk
changeset: 515612:28ed3f6c4523
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 04 20:05:22 2006 +0000

description:
Fix path on mastersite.

diffstat:

 cross/i386-netbsdpe/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc820b366a59 -r 28ed3f6c4523 cross/i386-netbsdpe/Makefile
--- a/cross/i386-netbsdpe/Makefile      Tue Jul 04 18:18:31 2006 +0000
+++ b/cross/i386-netbsdpe/Makefile      Tue Jul 04 20:05:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/07/03 04:23:38 kent Exp $
+# $NetBSD: Makefile,v 1.23 2006/07/04 20:05:22 wiz Exp $
 
 DISTNAME=              cross-${TARGET_ARCH}-${DISTVERSION}
 DISTVERSION=           3.3.6
@@ -34,7 +34,7 @@
 
 GCC_DISTNAME=          gcc-3.3.6
 GCC_INTVERSION=                3.3.6
-MASTER_SITES+=         ${MASTER_SITE_GNU:=gcc/releases/gcc-3.3.6/}
+MASTER_SITES+=         ${MASTER_SITE_GNU:=gcc/gcc-3.3.6/}
 DISTFILES+=            ${GCC_DISTNAME}.tar.bz2
 USE_TOOLS+=            gmake makeinfo
 GCC_LANGUAGES=         c,c++



Home | Main Index | Thread Index | Old Index