diff options
author | jseger <jseger@FreeBSD.org> | 2000-05-14 16:56:53 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-05-14 16:56:53 +0000 |
commit | 1908cef6407dc69ee95cecfc27bc7c923405800e (patch) | |
tree | 3a7827254ac83a2c17eb87cf1714cc90c338f89f /cad | |
parent | d9069c005c1ee887b142a4264c59d16d23f3b2df (diff) | |
download | FreeBSD-ports-1908cef6407dc69ee95cecfc27bc7c923405800e.zip FreeBSD-ports-1908cef6407dc69ee95cecfc27bc7c923405800e.tar.gz |
Use MASTER_SITE's that actually still carry the distfile :-)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index f972af8..73735c81 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -8,7 +8,8 @@ PORTNAME= pcb PORTVERSION= 1.7 CATEGORIES= cad -MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/linux/Plamo/Plamo-current/contrib/Electronic/sources/ +MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ \ + ftp://sunsite.sut.ac.jp/pub/archives/linux/jp-linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ MAINTAINER= jseger@FreeBSD.org |