diff options
author | tg <tg@FreeBSD.org> | 1997-04-03 15:14:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-04-03 15:14:53 +0800 |
commit | faf588043d2a723b8ab13f7f2c5e016925e56f63 (patch) | |
tree | 19636ce19f2ceb8abd5bf80dbff57ba024e7f48a /cad | |
parent | 30e8ffac56f93ecb240b53c52020fcbb5a5a1442 (diff) | |
download | freebsd-ports-gnome-faf588043d2a723b8ab13f7f2c5e016925e56f63.tar.gz freebsd-ports-gnome-faf588043d2a723b8ab13f7f2c5e016925e56f63.tar.zst freebsd-ports-gnome-faf588043d2a723b8ab13f7f2c5e016925e56f63.zip |
Remove some bogus MASTER_SITES, add some new.
Found by: Bill Fenner's distfile checker
Diffstat (limited to 'cad')
-rw-r--r-- | cad/acs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index c5047d909db2..ca0069cc57ce 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -3,15 +3,15 @@ # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.8 1996/08/15 06:21:43 tg Exp $ +# $Id: Makefile,v 1.9 1996/11/15 23:30:47 obrien Exp $ # DISTNAME= acs021 PKGNAME= acs-0.21 CATEGORIES= cad -MASTER_SITES= ftp://mammoth.lle.rochester.edu/pub/local/acs/ \ - ftp://cs.rit.edu/pub/acs/ \ - ftp://ee.rochester.edu/pub/acs/ +MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ \ + ftp://ftp.uni-trier.de/pub/unix/cad+vlsi/acs/ \ + ftp://ftp.unina.it/pub/electronics/electrical/unix/acs/ EXTRACT_SUFX= .tgz MAINTAINER= tg@freebsd.org |