summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:41:03 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:41:03 +0000
commit895e570d7d52762dcd1fc6e01e414dc254e7cf2f (patch)
treeedba076647c0bc613fcd591f64d8bbc5916ef330 /math
parentChange CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=. (diff)
Refetchable.
PR: ports/48080 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=75090
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot+/Makefile12
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