aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2002-07-31 20:10:17 +0800
committergerald <gerald@FreeBSD.org>2002-07-31 20:10:17 +0800
commit6dfae2c39177b63eafb9279700afe4b8e6396fe0 (patch)
treebc7b1360b2f4058328fc57194365ad0c303960a8 /lang/gcc32
parent529675b6a83085f0f5246aad6bd36357fe8ac71a (diff)
downloadfreebsd-ports-gnome-6dfae2c39177b63eafb9279700afe4b8e6396fe0.tar.gz
freebsd-ports-gnome-6dfae2c39177b63eafb9279700afe4b8e6396fe0.tar.zst
freebsd-ports-gnome-6dfae2c39177b63eafb9279700afe4b8e6396fe0.zip
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong). Approved by: obrien (maintainer+mentor)
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index e39dcafa4076..e9bd3b8f78d7 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -13,8 +13,8 @@ PORTNAME= gcc
PORTVERSION= 3.1.1
PORTREVISION= ${SNAPVER}
CATEGORIES= lang java
-MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
- ftp://egcs.cygnus.com/pub/gcc/snapshots/${SNAPDATE}/
+MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
+ ftp://gcc.gnu.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= gcc/snapshots/${SNAPDATE}
DISTFILES= \
gcc-core-${SNAPVER}${EXTRACT_SUFX} \