diff options
author | nork <nork@FreeBSD.org> | 2003-02-08 05:41:03 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-08 05:41:03 +0000 |
commit | 4583a40cff786fb5b0784417d38c84a083acb577 (patch) | |
tree | 23d3344519f6aba16a9f638c96a52523eefcf015 /math | |
parent | bcaf0cc859979f817b619fb3c392cc9f40013e3e (diff) | |
download | FreeBSD-ports-4583a40cff786fb5b0784417d38c84a083acb577.zip FreeBSD-ports-4583a40cff786fb5b0784417d38c84a083acb577.tar.gz |
Refetchable.
PR: ports/48080
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Diffstat (limited to 'math')
-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 70a874f..e8a7133 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 |