diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-08-06 16:31:09 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-08-06 16:31:09 +0000 |
commit | a06f391d8e55b170e52f7d86129ad905feb6c733 (patch) | |
tree | 96e48df0237e9d70c194bfe04ab5d66ba563ca68 | |
parent | c3082333aaf5f59f6e5fb2b28c4f650279b11877 (diff) | |
download | pkgsrc-a06f391d8e55b170e52f7d86129ad905feb6c733.tar.gz |
Update MASTER_SITES.
-rw-r--r-- | cross/avr-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/avr-gdb/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 337698a7667..f9002a8eea9 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:50 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/08/06 16:31:09 uebayasi Exp $ # FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp DISTNAME= binutils-2.13.2.1 PKGNAME= avr-binutils-2.13.2.1 PKGREVISION= 1 CATEGORIES= cross -MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=binutils/releases/} +MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile index 9b41cf12699..8c0b198bf1b 100644 --- a/cross/avr-gdb/Makefile +++ b/cross/avr-gdb/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/08/06 16:31:09 uebayasi Exp $ # FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp DISTNAME= gdb-5.3 PKGNAME= avr-gdb-5.3 PKGREVISION= 1 CATEGORIES= cross -MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/} +MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers |