diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 08:33:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 08:33:22 +0000 |
commit | 654825e7a94422f130bcf148b8ad610c38358139 (patch) | |
tree | 10b081a8367f18b2c3e8242488eda6eef0a62ba2 /biology | |
parent | 702accd6c85b2e865f91a317f709a95af547d5a0 (diff) | |
download | ports-654825e7a94422f130bcf148b8ad610c38358139.tar.gz ports-654825e7a94422f130bcf148b8ad610c38358139.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/embassy/Makefile | 3 | ||||
-rw-r--r-- | biology/emboss/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index f733887786ed..d5fef6e33935 100644 --- a/biology/embassy/Makefile +++ b/biology/embassy/Makefile @@ -10,8 +10,7 @@ PORTNAME= embassy PORTVERSION= 6.0.0 PORTREVISION= 1 CATEGORIES= biology -MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ \ - ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ +MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/old/${PORTVERSION}/ DIST_SUBDIR= emboss MAINTAINER= fernan@iib.unsam.edu.ar diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 408a6189025e..2b9078428802 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 6.0.1 PORTREVISION= 1 RELEASE= ${PORTNAME:U}-${PORTVERSION} CATEGORIES= biology -MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ \ - ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ +MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/old/${PORTVERSION}/ DISTNAME= ${RELEASE} DIST_SUBDIR= ${PORTNAME} |