diff options
author | krion <krion@FreeBSD.org> | 2004-05-22 07:29:47 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-22 07:29:47 +0000 |
commit | 645a0e5ab31f3ffa16e039974340f8e2553274a0 (patch) | |
tree | f72b65052a16b8db65003432665551f8be89d37d /biology/libgenome | |
parent | cb23d832816f8bca91f0dcc612d7070d8f187613 (diff) | |
download | FreeBSD-ports-645a0e5ab31f3ffa16e039974340f8e2553274a0.zip FreeBSD-ports-645a0e5ab31f3ffa16e039974340f8e2553274a0.tar.gz |
- Update MASTER_SITES and WWW: line
PR: ports/67015
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'biology/libgenome')
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 71a1443..5727262 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -9,7 +9,7 @@ PORTNAME= libgenome PORTVERSION= 0.5.2 CATEGORIES= biology -MASTER_SITES= http://www.libgenome.org/releases/ +MASTER_SITES= http://www.cs.wisc.edu/~darling/libgenome/releases/ DISTNAME= libGenome-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/biology/libgenome/pkg-descr b/biology/libgenome/pkg-descr index 5adbdf5..bad58e4 100644 --- a/biology/libgenome/pkg-descr +++ b/biology/libgenome/pkg-descr @@ -9,4 +9,4 @@ Among other things, libGenome can help you: mangle sequence data - Access annotation in GenBank flat files -WWW: http://www.libgenome.org/ +WWW: http://www.cs.wisc.edu/~darling/libgenome/ |