diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
| commit | 07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021 (patch) | |
| tree | b6c77eccf1aba052a36e6bf06465fddc6e27bcf6 /devel/avr-libc | |
| parent | Fix patches due to missing atol(). (diff) | |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=90089
Diffstat (limited to 'devel/avr-libc')
| -rw-r--r-- | devel/avr-libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 02a447fe9331..5edaa904d3e3 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -9,7 +9,8 @@ PORTNAME= avr-libc PORTVERSION= 2003.09.09 CATEGORIES= devel # Currently still snapshots, not yet officially released again. -#MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ +#MASTER_SITES= ${MASTER_SITE_SAVANNAH} +#MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITES= http://people.freebsd.org/~joerg/ MAINTAINER= joerg@freebsd.org |
