diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
commit | c0379f51fd2e7a8153c12882cb64f4bddae5a9a3 (patch) | |
tree | 2478ff4dabbea5844338aa5aaac8a848915dfa58 /math | |
parent | ab162cfd85a47f76dbd1f993792047b738aa26af (diff) | |
download | ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.tar.gz ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/add/Makefile | 5 | ||||
-rw-r--r-- | math/mpexpr/Makefile | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/add/Makefile b/math/add/Makefile index 67c98425be7b..6546a5d15eb6 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -8,11 +8,10 @@ PORTNAME= add PORTVERSION= 20070214 CATEGORIES= math -MASTER_SITES= ftp://dickey.his.com/add/ \ - http://www.carpetsmoker.net/distfiles/ +MASTER_SITES= ftp://dickey.his.com/add/ EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Full-screen editing calculator GNU_CONFIGURE= yes diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index bfcc7289d558..aaa723191fcb 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpexpr -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Multiple precision math for Tcl WRKSRC= ${WRKDIR}/${DISTNAME}/unix |