diff options
author | jrm <jrm@FreeBSD.org> | 2016-11-28 23:19:42 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-11-28 23:19:42 +0800 |
commit | 40f71a8b16a5b4fa53a8439150d51b158856933a (patch) | |
tree | e0cecc77124326d3cad1fbd05b9cd9f39fef40c5 /biology | |
parent | 658a37e4bf00c9fe1350adc7321b130e72d42dff (diff) | |
download | freebsd-ports-gnome-40f71a8b16a5b4fa53a8439150d51b158856933a.tar.gz freebsd-ports-gnome-40f71a8b16a5b4fa53a8439150d51b158856933a.tar.zst freebsd-ports-gnome-40f71a8b16a5b4fa53a8439150d51b158856933a.zip |
biology/njplot: Add site in MASTER_SITES because package builders are
timing out during fetch.
Approved by: AMDmi3 (mentor)
Differential Revision: https://reviews.freebsd.org/D8651
Diffstat (limited to 'biology')
-rw-r--r-- | biology/njplot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/biology/njplot/Makefile b/biology/njplot/Makefile index 574ec0a9db39..67e95a6ec8a5 100644 --- a/biology/njplot/Makefile +++ b/biology/njplot/Makefile @@ -4,7 +4,8 @@ PORTNAME= njplot PORTVERSION= 2.4 CATEGORIES= biology -MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/ \ +MASTER_SITES= http://awarnach.mathstat.dal.ca/distfiles/ \ + ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/ \ ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/ MAINTAINER= jrm@FreeBSD.org @@ -21,7 +22,8 @@ USE_XORG= x11 xmu xp xt BINARIES= newicktops newicktotxt njplot unrooted PLIST_FILES= ${BINARIES:S|^|bin/|} man/man1/njplot.1.gz \ - man/man1/unrooted.1.gz ${DATADIR}/njplot.help + man/man1/unrooted.1.gz +PORTDATA= njplot.help PORTDOCS= njplot.html njplot.gif OPTIONS_DEFINE= DOCS |