[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>
This commit is contained in:
parent
b0b9916623
commit
491939fee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110573
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue