diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2006-06-02 11:17:06 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2006-06-02 11:17:06 +0000 |
commit | d17f99f6a5bd70ac08a082fe822f467bc0c1e0e4 (patch) | |
tree | 951e907a4e97422450a7cf0cab0e53ca8a502506 /math/calc/Makefile | |
parent | debcbe9ddcd20c0b1c451d0b74ac9ee2ff2b980b (diff) | |
download | ports-d17f99f6a5bd70ac08a082fe822f467bc0c1e0e4.tar.gz ports-d17f99f6a5bd70ac08a082fe822f467bc0c1e0e4.zip |
Notes
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 9f4d46a6ab48..0166b558e960 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -6,13 +6,10 @@ # PORTNAME= calc -PORTVERSION= 2.11.5 -PORTREVISION= 1 +PORTVERSION= 2.11.11 CATEGORIES= math -MASTER_SITES= ftp://ftp.uu.net/pub/calc/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/math-packs/calc/ \ - ftp://ftp.batnet.com/pub/wombats/noll/ftp/pub/calc/ -DISTNAME= calc-2.11.5t4.5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jmz@FreeBSD.org COMMENT= Arbitrary precision calculator |