diff options
author | pav <pav@FreeBSD.org> | 2004-12-09 21:33:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-09 21:33:55 +0800 |
commit | 012677b1b04a6958fd98cb04264206303678d477 (patch) | |
tree | bd624c14a63ab27b97afe850271278fcc371bcf1 | |
parent | d325bed62a66e8e9712ad3de7166f2ff618115b5 (diff) | |
download | freebsd-ports-gnome-012677b1b04a6958fd98cb04264206303678d477.tar.gz freebsd-ports-gnome-012677b1b04a6958fd98cb04264206303678d477.tar.zst freebsd-ports-gnome-012677b1b04a6958fd98cb04264206303678d477.zip |
- Add some sites I found with Google, as old master site don't have this
version anymore
Reported by: pointyhat via krion
-rw-r--r-- | biology/phylip/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index d2709d4de761..8fa56f4450e9 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -8,7 +8,10 @@ PORTNAME= phylip PORTVERSION= 3.62 CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ +MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \ + http://bioinformatics.weizmann.ac.il/software/linkage_and_mapping/phylip/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= dbader@ece.unm.edu COMMENT= A Phylogeny Inference Package |