diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-05-14 16:56:53 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-05-14 16:56:53 +0000 |
commit | 1e010f879e7c6f95bda3984df6ad4ff03810a9f6 (patch) | |
tree | 1f86da8302ed16d1848a92116954483b026c0b79 /cad/pcb | |
parent | 1a712c0676eb80fb5e84b565651e7e3856100355 (diff) | |
download | ports-1e010f879e7c6f95bda3984df6ad4ff03810a9f6.tar.gz ports-1e010f879e7c6f95bda3984df6ad4ff03810a9f6.zip |
Use MASTER_SITE's that actually still carry the distfile :-)
Notes
Notes:
svn path=/head/; revision=28458
Diffstat (limited to 'cad/pcb')
-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 f972af836e1a..73735c8111c3 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 |