summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
commitd124027c467bddf60cfa0081e6a9d30921bc616f (patch)
treea070f6ff7c734bfcb8278c9fab828dd366e0981f /lang/gcc34
parentsimple typo fix, remove odd extraneous spaces (^ $) (diff)
typo clean up police: \s -> \t
Notes
Notes: svn path=/head/; revision=38343
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 6ebd98e4aec7..bd769c07cb52 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/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} \