diff options
author | edwin <edwin@FreeBSD.org> | 2004-06-01 10:23:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-06-01 10:23:41 +0800 |
commit | 084acaa2efc15d982aa42cce62048644f6c578d9 (patch) | |
tree | 60d6bda02a2fd5c8451c0217d4ea9d68413a0131 /biology/gff2ps/Makefile | |
parent | f6d5323a1d1602614e9fe3933812e1fba909ab49 (diff) | |
download | freebsd-ports-gnome-084acaa2efc15d982aa42cce62048644f6c578d9.tar.gz freebsd-ports-gnome-084acaa2efc15d982aa42cce62048644f6c578d9.tar.zst freebsd-ports-gnome-084acaa2efc15d982aa42cce62048644f6c578d9.zip |
[PATCH] biology/gff2ps distsite fix
couple distfiles with their respective urls to reduce time and traffic
PR: ports/67430
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'biology/gff2ps/Makefile')
-rw-r--r-- | biology/gff2ps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/gff2ps/Makefile b/biology/gff2ps/Makefile index 52d708a2adfc..c08892b2ffb2 100644 --- a/biology/gff2ps/Makefile +++ b/biology/gff2ps/Makefile @@ -8,9 +8,9 @@ PORTNAME= gff2ps PORTVERSION= 0.97b CATEGORIES= biology -MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/ \ - http://www1.imim.es/software/gfftools/gff2ps_docs/manual/ -DISTFILES= ${PORTNAME}_v${PORTVERSION}.gz ${GFF2PS_MAN}.gz +MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/:prog \ + http://www1.imim.es/software/gfftools/gff2ps_docs/manual/:doc +DISTFILES= ${PORTNAME}_v${PORTVERSION}.gz:prog ${GFF2PS_MAN}.gz:doc MAINTAINER= chuynh@biolateral.com.au COMMENT= Converts gff-formated genomic data-sets to PostScript |