diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-02-21 02:05:32 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-02-21 02:05:32 +0800 |
commit | df77d6c57e558f08e1d3565123cdabd53cc99162 (patch) | |
tree | fb0fd1261f23bee81ec7896f2f5f1362ce8cec66 /math/tomsfastmath | |
parent | f732b1ce944db9b99e5929792e255e3d86608ba3 (diff) | |
download | freebsd-ports-graphics-df77d6c57e558f08e1d3565123cdabd53cc99162.tar.gz freebsd-ports-graphics-df77d6c57e558f08e1d3565123cdabd53cc99162.tar.zst freebsd-ports-graphics-df77d6c57e558f08e1d3565123cdabd53cc99162.zip |
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.
Thanks to: Several people who found copies of the distfiles for me
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 87d56a61ce6..aeb840f2e77 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -8,14 +8,13 @@ PORTNAME= tomsfastmath PORTVERSION= 0.08 CATEGORIES= math -MASTER_SITES= http://libtomcrypt.org/tfm/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cperciva/libtom DISTNAME= tfm-${PORTVERSION} MAINTAINER= wxs@csh.rit.edu COMMENT= Portable fixed precision math library for fast exponentiations -BROKEN= "Does not fetch" - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile USE_BZIP2= yes |