diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
commit | a13d9a603d44e9d2d333d5b2033b95a97545f73b (patch) | |
tree | f369b6d8855716c739425d19cebd7b0bd21ad210 /math/gnuplot+ | |
parent | 0074c5fa8cabe431c6868442326d476bb5ef2047 (diff) |
Notes
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 42bdbfd2eb89..eb0e66943511 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -9,10 +9,11 @@ PORTNAME= gnuplot371+ PORTVERSION= 1.2.0 PORTREVISION= 6 CATEGORIES= math japanese graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF/gnuplot/gnuplot/3.7.1 \ 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 |