diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-26 08:30:20 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-26 08:30:20 +0000 |
commit | 437c4b48cb7a2213a3a2852550e95e045541c22f (patch) | |
tree | eea91e02db203ed93745f242dba94197f8404d11 /devel/libg++ | |
parent | 0407b5cf1126f43186c1b1b8af1bf136120c7af5 (diff) | |
download | FreeBSD-ports-437c4b48cb7a2213a3a2852550e95e045541c22f.zip FreeBSD-ports-437c4b48cb7a2213a3a2852550e95e045541c22f.tar.gz |
Make port fetchable again.
Noticed by: portsurvey
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index aa15a51..ac5f1f0 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -9,14 +9,11 @@ PORTNAME= libg++ PORTVERSION= 2.8.1.3 CATEGORIES= devel -MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ - ftp://ftp.valinux.com/pub/support/hjl/ \ - ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ - ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ - ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \ + ftp://gatekeeper.dec.com/pub/GNU/ -PATCH_SITES= http://www.cygnus.com/~manfredh/libgxx/ +PATCH_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \ + http://people.redhat.com/manfredh/libgxx/ PATCHFILES= ${DISTNAME}-20000312.diff.gz \ ${DISTNAME}-20000419.diff.gz \ ${DISTNAME}-20000816.diff.gz \ |