diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-08 13:01:34 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-08 13:01:34 +0000 |
commit | b706441338ea46aea574e70a35e7d1d7ce75a164 (patch) | |
tree | 9876e33b5c05b4298b74f164b77659987af91d46 /math/plplot | |
parent | Upgrade to 0.8.3. (diff) |
Add some master sites.
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index d6ca5cb0dad9..e4d7b175a033 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -9,9 +9,12 @@ DISTNAME= plplot4p99j PKGNAME= plplot-4.99j CATEGORIES= math -MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ +MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \ + ftp://ftp.u-aizu.ac.jp/pub/misc/tools/plot/plplot/distrib/alpha/ \ + ftp://ftp.che.utexas.edu/pub/graphics/ \ + ftp://ftp.uniovi.es/pub6/graphics/plotting/ -MAINTAINER= tg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_XLIB= yes GNU_CONFIGURE= yes |