diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | d124027c467bddf60cfa0081e6a9d30921bc616f (patch) | |
tree | a070f6ff7c734bfcb8278c9fab828dd366e0981f /lang/gcc32/Makefile | |
parent | simple typo fix, remove odd extraneous spaces (^ $) (diff) |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38343
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 6ebd98e4aec7..bd769c07cb52 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.freesoftware.com/pub/sourceware/gcc/snapshots/${SNAPDATE ftp://ftp.ninemoons.com/pub/mirrors/egcs/snapshots/${SNAPDATE}/ \ ftp://ftp.iij.ad.jp/pub/egcs/snapshots/${SNAPDATE}/ \ ftp://ftp.yggdrasil.com/mirrors/site/egcs.cygnus.com/pub/egcs/snapshots/${SNAPDATE}/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/ + ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/ DISTFILES= gcc-core-${SNAPVER}${EXTRACT_SUFX} \ gcc-g++-${SNAPVER}${EXTRACT_SUFX} \ gcc-g77-${SNAPVER}${EXTRACT_SUFX} \ |