diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 15:38:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 15:38:37 +0000 |
commit | a3c70c35295c820e1891d563aae60f8f3a815dd3 (patch) | |
tree | 4f193f64013de8367c6ecc2cc63daf8618562d5f /biology | |
parent | 05fa58d81f99e754769b5e86fce9f005e3931f01 (diff) |
- Fix fetch
PR: 137840
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Notes
Notes:
svn path=/head/; revision=239766
Diffstat (limited to 'biology')
-rw-r--r-- | biology/dotter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/dotter/Makefile b/biology/dotter/Makefile index c26f2df53035..a36534bd5e69 100644 --- a/biology/dotter/Makefile +++ b/biology/dotter/Makefile @@ -9,7 +9,7 @@ PORTNAME= dotter PORTVERSION= 20021204 # last modified date in FTP server CATEGORIES= biology -MASTER_SITES= ftp://ftp.cgb.ki.se/pub/esr/dotter/ +MASTER_SITES= http://sonnhammer.sbc.su.se/download/software/dotter/ DISTNAME= ${PORTNAME}.LIN EXTRACT_SUFX= # DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |