diff options
author | tg <tg@FreeBSD.org> | 1999-11-08 21:01:34 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-08 21:01:34 +0800 |
commit | c90f8919b3606141ed249aaf640262eb9dbd6817 (patch) | |
tree | 1335dc0751236a40751f6ea80720f60aee4e5e41 /math | |
parent | e103de3174e03a8db32ad6d7e8fa905637ee6a6d (diff) | |
download | freebsd-ports-gnome-c90f8919b3606141ed249aaf640262eb9dbd6817.tar.gz freebsd-ports-gnome-c90f8919b3606141ed249aaf640262eb9dbd6817.tar.zst freebsd-ports-gnome-c90f8919b3606141ed249aaf640262eb9dbd6817.zip |
Add some master sites.
Diffstat (limited to 'math')
-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 |