diff options
author | vs <vs@FreeBSD.org> | 2004-06-23 16:20:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-23 16:20:21 +0800 |
commit | 6c9b0e972a001661f42f62b1a014c8335a641c03 (patch) | |
tree | d1c50e51f1cc02a924134885e3c2972c84ba266b | |
parent | 2e2fec492f1197fc1fcff656cdc18dd8f4afc153 (diff) | |
download | freebsd-ports-gnome-6c9b0e972a001661f42f62b1a014c8335a641c03.tar.gz freebsd-ports-gnome-6c9b0e972a001661f42f62b1a014c8335a641c03.tar.zst freebsd-ports-gnome-6c9b0e972a001661f42f62b1a014c8335a641c03.zip |
Fix MASTER_SITES:
- add trailing slash
- ftp.ebi.ac.uk only has 2.8.0
PR: ports/67427
Submitted by: Roman Neuhauser
Approved by: maintainer timeout
-rw-r--r-- | biology/emboss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 13c4dccea6e5..64d93a71a02f 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 2.4.1 PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/old/ \ - ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/old \ - ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ + ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/old/ +# ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ DISTFILES= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} |