diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-15 20:59:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-15 20:59:13 +0000 |
commit | dbcfc8200a0a98d9af070237fdf9f17fa8eddedc (patch) | |
tree | c0fc052393ff77189cba65826c73778b9bf1d548 | |
parent | 57926088d90e2279a4dc242e13ff55c490829d19 (diff) |
Notes
-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 5ba44bb33038..cdef9b0a3541 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 |