diff options
author | gerald <gerald@FreeBSD.org> | 2002-07-31 12:02:37 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-07-31 12:02:37 +0000 |
commit | 529675b6a83085f0f5246aad6bd36357fe8ac71a (patch) | |
tree | e21fb212223cb187a5f36c94cab94e121d42bc75 /lang/gcc295 | |
parent | d00b151eea1ee53df6b1a7820a195feece7fa8a1 (diff) | |
download | FreeBSD-ports-529675b6a83085f0f5246aad6bd36357fe8ac71a.zip FreeBSD-ports-529675b6a83085f0f5246aad6bd36357fe8ac71a.tar.gz |
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/gcc295')
-rw-r--r-- | lang/gcc295/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 4f2232e..b6f8482 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -9,7 +9,7 @@ PORTNAME= gcc PORTVERSION= 2.95.3 CATEGORIES= lang java -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/%SUBDIR%/ \ +MASTER_SITES= ftp://gcc.gnu.org/pub/%SUBDIR%/ \ ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gcc/releases/${PKGNAME} DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ |