diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:41:03 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:41:03 +0000 |
commit | 895e570d7d52762dcd1fc6e01e414dc254e7cf2f (patch) | |
tree | edba076647c0bc613fcd591f64d8bbc5916ef330 /math/gnuplot+ | |
parent | d6428c128a0c89c05e74323a0fae273668734f0e (diff) |
Notes
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 70a874f91265..e8a71332cb0c 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -8,12 +8,12 @@ PORTNAME= gnuplot371+ PORTVERSION= 1.2.0 CATEGORIES= math japanese graphics -MASTER_SITES= http://www.h2.dion.ne.jp/~yamaga/gnuplot/ \ - ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/pub.yamaga/gnuplot+/3.7base/ \ - ftp://ftp.tohoku.ac.jp/mirror/gnuplot+/3.7base/ \ - ftp://ftp.win.ne.jp/pub/graphics/gnuplot/gnuplot+/3.7base/ \ - ftp://ftp.rc.tutrp.tut.ac.jp/pub/mirror/gnuplot+/3.7base/ -DISTFILES= gnuplot-3.7.1.tar.gz gnuplot3.7.1+${PORTVERSION}.patch.tar.gz +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.yama-ga.com/gnuplot/:patch \ + http://www.h2.dion.ne.jp/~yamaga/gnuplot/:patch +MASTER_SITE_SUBDIR= gnuplot +DISTFILES= gnuplot-3.7.1.tar.gz \ + gnuplot3.7.1+${PORTVERSION}.patch.tar.gz:patch EXTRACT_ONLY= gnuplot-3.7.1.tar.gz MAINTAINER= nakaji@jp.freebsd.org |