diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-20 16:03:14 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-20 16:03:14 +0000 |
commit | aa12aed15462fdc2af6fe5daabf8d4ec526144bc (patch) | |
tree | 03c16c94353c4d932b10dbca6cf2214aabd29880 /lang/pgcc/Makefile | |
parent | 870c39be70cd471bcd35fdb2e3f7794e2f52f1ec (diff) | |
download | ports-aa12aed15462fdc2af6fe5daabf8d4ec526144bc.tar.gz ports-aa12aed15462fdc2af6fe5daabf8d4ec526144bc.zip |
Notes
Diffstat (limited to 'lang/pgcc/Makefile')
-rw-r--r-- | lang/pgcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 986b89f3d31c..e8d7df7eef9b 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -3,7 +3,7 @@ # Date created: Mi 18 Dez 1996 00:26:20 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1997/06/08 12:58:59 andreas Exp $ +# $Id: Makefile,v 1.4 1997/06/10 16:36:36 andreas Exp $ # DISTNAME= gcc-2.7.2 @@ -15,7 +15,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} PATCH_SITES= http://www.nightflight.com/~pcg/data/ \ http://www.goof.com/pcg/data/ \ http://www.iti.cs.tu-bs.de/soft/www.goof.com/pcg/data/ \ - http://www.pmi.saitama-med.ac.jp/pcg/data/ \ http://linux.cis.nctu.edu.tw/pcg/data/ PATCHFILES= gcc-2.7.2-970222.diff.gz \ |