diff options
Diffstat (limited to 'devel/avr-libc')
-rw-r--r-- | devel/avr-libc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 69d8fde99cf3..87c1d0ad3814 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -8,7 +8,13 @@ PORTNAME= avr-libc PORTVERSION= 20000514 CATEGORIES= devel -MASTER_SITES= http://www1.itnet.pl/amelektr/avr/libc/ +# The canonical place for the distfile is: +#MASTER_SITES= http://www.amelek.gda.pl/avr/libc/ +# ... but until we could convert our avr-gcc to a +# current version (which is by now only obtainable +# directly from the gcc CVS repo), resort to the old +# file here: +MASTER_SITES= ftp://ftp.ifbus.de/pub/outgoing/ MAINTAINER= joerg@freebsd.org |