diff options
author | ache <ache@FreeBSD.org> | 1997-04-15 20:59:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-15 20:59:13 +0000 |
commit | 0eb8b0eb77b2581ebf172cdb172b71a64bc231d3 (patch) | |
tree | a3f895adaf495249cf7615240a82e75677a5ecc2 | |
parent | e1866eab7a498a3a4feebb956029dbeda8054dde (diff) | |
download | FreeBSD-ports-0eb8b0eb77b2581ebf172cdb172b71a64bc231d3.zip FreeBSD-ports-0eb8b0eb77b2581ebf172cdb172b71a64bc231d3.tar.gz |
Main site remove distfile, so add few another sites with this distfile
instead
-rw-r--r-- | lang/p2c/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 5ba44bb..cdef9b0 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -3,13 +3,15 @@ # Date created: 4 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.9 1996/11/17 06:12:37 obrien Exp $ +# $Id: Makefile,v 1.10 1996/11/18 14:02:52 asami Exp $ # DISTNAME= p2c-1.21alpha-07.Dec.93 PKGNAME= p2c-1.21a CATEGORIES= lang -MASTER_SITES= ftp://src.doc.ic.ac.uk/gnu/hurd/ +MASTER_SITES= ftp://ftp.pal.xgw.fi/pub/gnu/alpha/gnu/ \ + ftp://ftp.clara.net/pub/mirrors/gnu/hurd/ \ + ftp://ftp.obspm.fr/pub1/computing/gnu/hurd/ DISTFILES= p2c-1.21alpha2.tar.gz MAINTAINER= jmz@FreeBSD.org |