diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /lang/gcc41/Makefile | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.zst freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 6ebd98e4aec7..bd769c07cb52 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/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} \ |