diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 19:55:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 19:55:32 +0000 |
commit | f2acea142f9a5efd281d2afd2a2281694ba2c6bf (patch) | |
tree | e88f48654d3510072a954cb03054254f1bf40e01 | |
parent | 1d579bb8ceea712e40f2b9eebdf2612423103ee6 (diff) | |
download | ports-f2acea142f9a5efd281d2afd2a2281694ba2c6bf.tar.gz ports-f2acea142f9a5efd281d2afd2a2281694ba2c6bf.zip |
Notes
-rw-r--r-- | net/wais/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index c9d6fd756ddc..daa50b6309da 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -8,7 +8,17 @@ PORTNAME= freeWAIS PORTVERSION= 0.5 CATEGORIES= net -MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ +MASTER_SITES= ftp://ftp.cnidr.org/software/freewais/ \ + ftp://ftp.icm.edu.pl/vol/wojsyl/freewais/ \ + ftp://ftp.bio.indiana.edu/util/wais/ \ + ftp://ftp.imb-jena.de/software/unix/net/ \ + ftp://ftp.amu.edu.pl/unix/network/ \ + ftp://ftp.gu.net/pub/unix/wais/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/comm/infosystems/wais/ \ + ftp://ftp.cuhk.edu.hk/pub/unix/ \ + ftp://ftp.ptb.de/pub/infosystems/ \ + ftp://ftp.uni-koeln.de/net/inet/wais/freeWAIS-sf-old/ \ + ftp://ftp.netsw.org/infosys/wais/freewais/ MAINTAINER= ports@FreeBSD.org |